diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-03-10 18:31:20 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-03-24 21:22:37 -0600 |
commit | 312cc39e270170b37a992b2d57773c828dcb9c6b (patch) | |
tree | 6492fdb706088e6835b00772849f3d111666f449 /arch/x86/include/asm/string.h | |
parent | b81bdf62e0cf9b5c64d30284d01658a851f142f7 (diff) | |
download | u-boot-imx-312cc39e270170b37a992b2d57773c828dcb9c6b.zip u-boot-imx-312cc39e270170b37a992b2d57773c828dcb9c6b.tar.gz u-boot-imx-312cc39e270170b37a992b2d57773c828dcb9c6b.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/include/asm/string.h')
0 files changed, 0 insertions, 0 deletions