Files
u-boot/arch
Bin Meng 312cc39e27 x86: quark: MRC codes clean up
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>
2015-03-24 21:22:37 -06:00
..
2015-03-24 10:50:50 -04:00
2015-02-17 22:54:38 +01:00
2015-01-29 17:09:57 -07:00
2015-03-05 20:13:21 -05:00
2015-03-24 10:50:50 -04:00
2015-03-24 21:22:37 -06:00