summaryrefslogtreecommitdiff
path: root/configs/mx6sllevk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-04-03 19:50:27 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:24:25 -0700
commit2cbedc4fceb84e0ed1b7317c7cf6988d64fb3a49 (patch)
treeb73b310bf308876ab9ac1480aa0da431188aec76 /configs/mx6sllevk_plugin_defconfig
parent9deeb3dba6109b393f9fe8f4340978af2c43c3e1 (diff)
MLK-18154-3 configs: mx6sllevk: Update build configs
Align the build configs with v2018.03, add new config for EPDC enabled. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit bbc43351ab3da32bcdb33ad1d9aa0bd6c7d7f193) (cherry picked from commit 059e1ee2e35f6d68660c5f30ddd98ebce7dee083)
Diffstat (limited to 'configs/mx6sllevk_plugin_defconfig')
-rw-r--r--configs/mx6sllevk_plugin_defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/mx6sllevk_plugin_defconfig b/configs/mx6sllevk_plugin_defconfig
index 36f73f7131f..20277a7f205 100644
--- a/configs/mx6sllevk_plugin_defconfig
+++ b/configs/mx6sllevk_plugin_defconfig
@@ -1,9 +1,8 @@
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
-CONFIG_SYS_TEXT_BASE=0x87800000
CONFIG_TARGET_MX6SLLEVK=y
CONFIG_ENV_SIZE=0x2000
-CONFIG_ENV_OFFSET=0xC0000
+CONFIG_ENV_OFFSET=0xE0000
CONFIG_DM_GPIO=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_USE_IMXIMG_PLUGIN=y
@@ -11,9 +10,12 @@ CONFIG_USE_IMXIMG_PLUGIN=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sllevk/imximage.cfg"
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_BOUNCE_BUFFER=y
+CONFIG_VIDEO=y
+CONFIG_BOOTDELAY=3
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
@@ -50,3 +52,5 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_RTL8152=y
+CONFIG_DM_ETH=y
+CONFIG_PHYLIB=y