mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
MPC83xx: add define for global half-strength enable (HSE)
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
1bda1624b0
commit
a7b8126ecd
1 changed files with 1 additions and 0 deletions
|
@ -1000,6 +1000,7 @@
|
|||
#define SDRAM_CFG_8_BE 0x00040000
|
||||
#define SDRAM_CFG_NCAP 0x00020000
|
||||
#define SDRAM_CFG_2T_EN 0x00008000
|
||||
#define SDRAM_CFG_HSE 0x00000008
|
||||
#define SDRAM_CFG_BI 0x00000001
|
||||
|
||||
/* DDR_SDRAM_MODE - DDR SDRAM Mode Register
|
||||
|
|
Loading…
Reference in a new issue