Skip to content
Snippets Groups Projects
Commit a7b8126e authored by Andre Schwarz's avatar Andre Schwarz Committed by Kim Phillips
Browse files

MPC83xx: add define for global half-strength enable (HSE)

parent 1bda1624
No related branches found
No related tags found
No related merge requests found
...@@ -1000,6 +1000,7 @@ ...@@ -1000,6 +1000,7 @@
#define SDRAM_CFG_8_BE 0x00040000 #define SDRAM_CFG_8_BE 0x00040000
#define SDRAM_CFG_NCAP 0x00020000 #define SDRAM_CFG_NCAP 0x00020000
#define SDRAM_CFG_2T_EN 0x00008000 #define SDRAM_CFG_2T_EN 0x00008000
#define SDRAM_CFG_HSE 0x00000008
#define SDRAM_CFG_BI 0x00000001 #define SDRAM_CFG_BI 0x00000001
/* DDR_SDRAM_MODE - DDR SDRAM Mode Register /* DDR_SDRAM_MODE - DDR SDRAM Mode Register
......
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