diff options
author | York Sun <york.sun@nxp.com> | 2017-09-28 08:42:13 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-10-09 08:48:45 -0700 |
commit | f554411beaa30aa34e75baddb8a906dc06986922 (patch) | |
tree | c3158aa7e56b758342e3717c7676c54f6587185d /include/configs/ls1043ardb.h | |
parent | 7eb40f0f9de8fee968ae983b1c5d51375315b320 (diff) | |
download | u-boot-f554411beaa30aa34e75baddb8a906dc06986922.tar.gz |
armv8: ls1043ardb: Use static DDR setting for SPL boot
This board has soldered DDR chips. To reduce the SPL image size,
use static DDR setting instead of dynamic DDR driver.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index ca1d862479..da87497d0a 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -28,13 +28,13 @@ #define CONFIG_SYS_SPD_BUS_NUM 0 -#define CONFIG_FSL_DDR_BIST #ifndef CONFIG_SPL -#define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ -#endif #define CONFIG_SYS_DDR_RAW_TIMING +#define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ +#define CONFIG_FSL_DDR_BIST #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xdeadbeef +#endif #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_SYS_FSL_PBL_PBI board/freescale/ls1043ardb/ls1043ardb_pbi.cfg |