Skip to content
Snippets Groups Projects
Commit 312cc39e authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
parent b81bdf62
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment