diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-21 13:50:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:46:37 -0400 |
commit | 95372165aec94fa0984f30ca33c3691fe2aabdcd (patch) | |
tree | a8e85f89bddc6c305cd8b362acadff09c0bb9f97 /include/configs/ls1043aqds.h | |
parent | efb5dab7ba8a9a6f89e44c4e60b0adb768c77e84 (diff) | |
download | u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.zip u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.tar.gz u-boot-95372165aec94fa0984f30ca33c3691fe2aabdcd.tar.bz2 |
nxp: Migrate a number of DDR related symbols to Kconfig
- Guard most of the options in drivers/ddr/fsl/Kconfig with
SYS_FSL_DDR || SYS_FSL_MMDC.
- Migrate FSL_DMA, DDR_ECC, DDR_ECC_CMD, and ECC_INIT_VIA_DDRCONTROLLER
to Kconfig.
- Clean up the logic for including the DDR_ECC_CMD code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r-- | include/configs/ls1043aqds.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index d0bb6e5..b97e855 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -22,13 +22,10 @@ unsigned long get_board_sys_clk(void); /* Physical Memory Map */ #define CONFIG_CHIP_SELECTS_PER_CTRL 4 -#define CONFIG_DDR_SPD #define SPD_EEPROM_ADDRESS 0x51 #define CONFIG_SYS_SPD_BUS_NUM 0 -#define CONFIG_DDR_ECC #ifdef CONFIG_DDR_ECC -#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xdeadbeef #endif |