commit | 15e3f28c4d64aaef3552c5d8eef241517238ae06 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Mar 10 18:31:20 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 24 21:22:37 2015 -0600 |
tree | 6492fdb706088e6835b00772849f3d111666f449 | |
parent | d419819efed25573d9584d3ca62ed9219a330196 [diff] |
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>