mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
312cc39e27
This patch cleans up the quark MRC codes coding style by: - Remove BIT0/1../31 defines from mrc_util.h - Create names for the documented BITs and use them - For undocumented single BITs, use (1 << n) directly - For undocumented ORed BITs, use the hex number directly - Remove redundancy parenthesis all over the codes - Replace to use lower case hex numbers Signed-off-by: Bin Meng <bmeng.cn@gmail.com> |
||
---|---|---|
.. | ||
car.S | ||
dram.c | ||
hte.c | ||
hte.h | ||
Kconfig | ||
Makefile | ||
mrc.c | ||
mrc_util.c | ||
mrc_util.h | ||
msg_port.c | ||
pci.c | ||
quark.c | ||
smc.c | ||
smc.h |