mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 15:11:42 +00:00
Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
Signed-off-by: Tor Krill <tor@excito.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
8155efbd7a
commit
d82b4fc0ce
1 changed files with 1 additions and 0 deletions
|
@ -820,6 +820,7 @@
|
|||
#define CSCONFIG_EN 0x80000000
|
||||
#define CSCONFIG_AP 0x00800000
|
||||
#define CSCONFIG_ODT_WR_ACS 0x00010000
|
||||
#define CSCONFIG_BANK_BIT_3 0x00004000
|
||||
#define CSCONFIG_ROW_BIT 0x00000700
|
||||
#define CSCONFIG_ROW_BIT_12 0x00000000
|
||||
#define CSCONFIG_ROW_BIT_13 0x00000100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue