diff options
author | Ye.Li <B37916@freescale.com> | 2015-05-05 15:19:07 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-05-05 16:59:05 +0800 |
commit | d531a52ff07cbc1b37186f47a95d042ecb5a82d9 (patch) | |
tree | 8709a8daa5aaac3d1a8112673ae36bff22050102 /configs/mx6ulevk_defconfig | |
parent | 679b7083f415f05f55d96e40e9cf8968390276f6 (diff) | |
download | u-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/mx6ulevk_defconfig')
-rw-r--r-- | configs/mx6ulevk_defconfig | 5 |
1 files changed, 5 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 |