Skip to content
Snippets Groups Projects
Commit d82b4fc0 authored by Tor Krill's avatar Tor Krill Committed by Kim Phillips
Browse files

Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h

parent 8155efbd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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