diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-09 13:46:40 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:25 +0800 |
commit | c50a1156dae65677ae1bf1f2d4503abcdea9c514 (patch) | |
tree | 25986bb61678442d498f218929b49e070850925b /configs | |
parent | 5d1ac94da8eefb03a14de6b8cdc303cf581c22e6 (diff) | |
download | u-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.zip u-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.tar.gz u-boot-imx-c50a1156dae65677ae1bf1f2d4503abcdea9c514.tar.bz2 |
MLK-14390-1 mx6sllarm2: Add mx6sll LPDDR2/3 ARM2 board codes
Move the mx6sll lpddr2/3 arm2 board codes and defconfigs from v2016.03
as the base for converting to use DTB OF_CONTROL.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sll_lpddr2_arm2_defconfig | 5 | ||||
-rw-r--r-- | configs/mx6sll_lpddr3_arm2_defconfig | 5 | ||||
-rw-r--r-- | configs/mx6sll_lpddr3_arm2_epdc_defconfig | 5 | ||||
-rw-r--r-- | configs/mx6sll_lpddr3_arm2_spinor_defconfig | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/configs/mx6sll_lpddr2_arm2_defconfig b/configs/mx6sll_lpddr2_arm2_defconfig new file mode 100644 index 0000000..9793b5e --- /dev/null +++ b/configs/mx6sll_lpddr2_arm2_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage_lpddr2.cfg,LPDDR2" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLL_ARM2=y +CONFIG_CMD_GPIO=y diff --git a/configs/mx6sll_lpddr3_arm2_defconfig b/configs/mx6sll_lpddr3_arm2_defconfig new file mode 100644 index 0000000..e388336 --- /dev/null +++ b/configs/mx6sll_lpddr3_arm2_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLL_ARM2=y +CONFIG_CMD_GPIO=y diff --git a/configs/mx6sll_lpddr3_arm2_epdc_defconfig b/configs/mx6sll_lpddr3_arm2_epdc_defconfig new file mode 100644 index 0000000..ff510ed --- /dev/null +++ b/configs/mx6sll_lpddr3_arm2_epdc_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage.cfg,MXC_EPDC" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLL_ARM2=y +CONFIG_CMD_GPIO=y diff --git a/configs/mx6sll_lpddr3_arm2_spinor_defconfig b/configs/mx6sll_lpddr3_arm2_spinor_defconfig new file mode 100644 index 0000000..95d959f --- /dev/null +++ b/configs/mx6sll_lpddr3_arm2_spinor_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage.cfg,SYS_BOOT_SPINOR" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6SLL_ARM2=y +CONFIG_CMD_GPIO=y |