diff options
author | Heiko Schocher | 2019-12-01 11:23:06 +0100 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:55 +0100 |
commit | 3882e6fc019697f511d644261ed2d827c1417480 (patch) | |
tree | ccae1400e32531ca03a170091dece727c2a37973 /configs/aristainetos2b_defconfig | |
parent | 79db1b4665d9a1a52c7a4b63f8bcbc6f22c03b3c (diff) |
imx6: aristainetos: move defines to Kconfig
move defines, which are already moved to Kconfig
out of board config.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2b_defconfig')
-rw-r--r-- | configs/aristainetos2b_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/aristainetos2b_defconfig b/configs/aristainetos2b_defconfig index 26082bf4040..28bf87eac75 100644 --- a/configs/aristainetos2b_defconfig +++ b/configs/aristainetos2b_defconfig @@ -7,7 +7,7 @@ CONFIG_ENV_OFFSET=0xD0000 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_FIT=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos2.cfg,MX6DL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos2.cfg" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |