diff options
| author | Tom Rini <[email protected]> | 2022-06-15 12:03:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:03:01 -0400 |
| commit | 140f0aa0deb745bad06ffb0c0e21d87424b12ea7 (patch) | |
| tree | fca7492037e37a82892a17ba7c1cdebedf98537d /include | |
| parent | 0285455d905e5e2bc84b73fa6388ce5b1598d88b (diff) | |
nxp: Cleanup some emulator related options.
- Drop the emulator CONFIG test from include/configs/ls1088ardb.h
- Migrate CONFIG_SYS_FSL_DDR_EMU to a select'able option in
drivers/ddr/fsl/Kconfig
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1088ardb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index c69003018bf..aeadf534bc3 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -15,11 +15,7 @@ #define COUNTER_FREQUENCY_REAL 25000000 /* 25MHz */ -#ifdef CONFIG_EMU -#define CONFIG_SYS_FSL_DDR_EMU -#else #define CONFIG_MEM_INIT_VALUE 0xdeadbeef -#endif #define SPD_EEPROM_ADDRESS 0x51 #define CONFIG_SYS_SPD_BUS_NUM 0 /* SPD on I2C bus 0 */ |
