diff options
| author | Tom Rini <[email protected]> | 2021-11-13 19:22:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-01 10:58:11 -0500 |
| commit | 33b02e93ecb3f6e3f128618e129785f3fdeb3cd9 (patch) | |
| tree | 8e931ce2e413beef9b48490a00710901464ff69d /include/configs/lx2160a_common.h | |
| parent | c7fad78ec0ee41b72a58bebb61959570eb937ab1 (diff) | |
Convert CONFIG_FSL_DDR_BIST et al to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_DDR_BIST
CONFIG_FSL_DDR_INTERACTIVE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/lx2160a_common.h')
| -rw-r--r-- | include/configs/lx2160a_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index 7173fe6ba65..0710004776e 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -18,7 +18,6 @@ #define CONFIG_SYS_FLASH_BASE 0x20000000 /* DDR */ -#define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ #define CONFIG_SYS_FSL_DDR_INTLV_256B /* force 256 byte interleaving */ #define CONFIG_VERY_BIG_RAM #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000UL @@ -38,7 +37,6 @@ #define CONFIG_SYS_SPD_BUS_NUM 0 /* SPD on I2C bus 0 */ #define CONFIG_DIMM_SLOTS_PER_CTLR 2 #define CONFIG_CHIP_SELECTS_PER_CTRL 4 -#define CONFIG_FSL_DDR_BIST /* enable built-in memory test */ #define CONFIG_SYS_MONITOR_LEN (936 * 1024) /* Miscellaneous configurable options */ |
