summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-05 15:19:07 +0800
committerYe.Li <B37916@freescale.com>2015-05-05 16:59:05 +0800
commitd531a52ff07cbc1b37186f47a95d042ecb5a82d9 (patch)
tree8709a8daa5aaac3d1a8112673ae36bff22050102 /configs
parent679b7083f415f05f55d96e40e9cf8968390276f6 (diff)
downloadu-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.zip
u-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.tar.gz
u-boot-imx-d531a52ff07cbc1b37186f47a95d042ecb5a82d9.tar.bz2
MLK-10821 imx: mx6ulevk: Add board support for mx6ulevk
Add BSP codes to support modules on the board: I2C, SD/eMMC, NAND, QSPI, FEC1/FEC2, USB, LCDIF, 74LV, Serial DDR version: 1.0 Build target: mx6ulevk_config mx6ulevk_qspi1_config Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ulevk_defconfig5
-rw-r--r--configs/mx6ulevk_qspi1_defconfig5
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/mx6ulevk_defconfig b/configs/mx6ulevk_defconfig
new file mode 100644
index 0000000..282e86d
--- /dev/null
+++ b/configs/mx6ulevk_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ulevk/imximage.cfg,MX6UL"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6ULEVK=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/configs/mx6ulevk_qspi1_defconfig b/configs/mx6ulevk_qspi1_defconfig
new file mode 100644
index 0000000..a826ca5
--- /dev/null
+++ b/configs/mx6ulevk_qspi1_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ulevk/imximage.cfg,MX6UL,SYS_BOOT_QSPI"
+CONFIG_ARM=y
+CONFIG_TARGET_MX6ULEVK=y
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y