diff options
author | Ye Li <ye.li@nxp.com> | 2016-07-26 11:26:02 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-07-26 11:32:06 +0800 |
commit | 81f74e47fccd4845e265030ff50c1bc6b9ee18dd (patch) | |
tree | 0576f37d136ef1b2770db2207afc550dfd710b74 | |
parent | cbf50f2846990e5f9be32e1a54f9ef48e289ed8b (diff) | |
download | u-boot-imx-81f74e47fccd4845e265030ff50c1bc6b9ee18dd.zip u-boot-imx-81f74e47fccd4845e265030ff50c1bc6b9ee18dd.tar.gz u-boot-imx-81f74e47fccd4845e265030ff50c1bc6b9ee18dd.tar.bz2 |
MLK-12998 imx: mx6ullevk: Add build targets for boot devices
Add build targets for eMMC, NAND and QSPI NOR.
Signed-off-by: Ye Li <ye.li@nxp.com>
-rw-r--r-- | configs/mx6ull_14x14_evk_emmc_defconfig | 5 | ||||
-rw-r--r-- | configs/mx6ull_14x14_evk_nand_defconfig | 5 | ||||
-rw-r--r-- | configs/mx6ull_14x14_evk_qspi1_defconfig | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_emmc_defconfig b/configs/mx6ull_14x14_evk_emmc_defconfig new file mode 100644 index 0000000..a220bca --- /dev/null +++ b/configs/mx6ull_14x14_evk_emmc_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage.cfg,MX6ULL_EVK_EMMC_REWORK" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6ULL_14X14_EVK=y +CONFIG_CMD_GPIO=y diff --git a/configs/mx6ull_14x14_evk_nand_defconfig b/configs/mx6ull_14x14_evk_nand_defconfig new file mode 100644 index 0000000..fa935fb --- /dev/null +++ b/configs/mx6ull_14x14_evk_nand_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage.cfg,SYS_BOOT_NAND" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6ULL_14X14_EVK=y +CONFIG_CMD_GPIO=y diff --git a/configs/mx6ull_14x14_evk_qspi1_defconfig b/configs/mx6ull_14x14_evk_qspi1_defconfig new file mode 100644 index 0000000..cb2f728 --- /dev/null +++ b/configs/mx6ull_14x14_evk_qspi1_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage.cfg,SYS_BOOT_QSPI" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6ULL_14X14_EVK=y +CONFIG_CMD_GPIO=y |