summaryrefslogtreecommitdiff
path: root/configs/igep0146_imx6ul_512M_spl_defconfig
diff options
context:
space:
mode:
authorJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-06-19 18:37:00 +0200
committerJose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>2018-06-19 18:37:00 +0200
commitd6c556b7335a6459a88329e9cd3058cf5e13db61 (patch)
tree5276cb289689127b087505ba321db3d354a06abe /configs/igep0146_imx6ul_512M_spl_defconfig
parentfe1ef8a9246515f5a7007427e82cc20f1fbded53 (diff)
downloadu-boot-imx-d6c556b7335a6459a88329e9cd3058cf5e13db61.zip
u-boot-imx-d6c556b7335a6459a88329e9cd3058cf5e13db61.tar.gz
u-boot-imx-d6c556b7335a6459a88329e9cd3058cf5e13db61.tar.bz2
IGEP0146: Add Support for Peripherials
SD I2C eMMC Tuned DRAM EĀ²PROM Ethernet Fix using Hysteresis in MUX along with other pad control options Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
Diffstat (limited to 'configs/igep0146_imx6ul_512M_spl_defconfig')
-rw-r--r--configs/igep0146_imx6ul_512M_spl_defconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/igep0146_imx6ul_512M_spl_defconfig b/configs/igep0146_imx6ul_512M_spl_defconfig
new file mode 100644
index 0000000..e0fa901
--- /dev/null
+++ b/configs/igep0146_imx6ul_512M_spl_defconfig
@@ -0,0 +1,28 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/isee/igep0146/mx6ul_igep0146_1x512_nt.cfg,MX6UL"
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_MX6UL=y
+CONFIG_TARGET_IGEP0146=y
+CONFIG_BOOTDELAY=3
+CONFIG_BOARD_EARLY_INIT_F=y
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MEMTEST=y
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_GPIO=y
+CONFIG_CMD_CACHE=y
+CONFIG_OF_LIBFDT=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
+CONFIG_DISPLAY_BOARDINFO=y
+
+CONFIG_SPL=y
+CONFIG_SPL_BUILD=y
+CONFIG_SPL_GPIO_SUPPORT=y
+CONFIG_SPL_LIBCOMMON_SUPPORT=y
+CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SPL_EXT_SUPPORT=y
+CONFIG_SPL_I2C_SUPPORT=y
+CONFIG_SPL_LIBDISK_SUPPORT=y
+CONFIG_SPL_MMC_SUPPORT=y
+CONFIG_SPL_SERIAL_SUPPORT=y
+CONFIG_SPL_WATCHDOG_SUPPORT=y