diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-04-28 10:28:00 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:56:07 +0800 |
commit | 6b3769bb839089908940eccbf7c90439a3be5cfd (patch) | |
tree | f60bfd41a87fb746b585994ff21d5e4ff46fc20c /configs | |
parent | 2ebe0c77e3626c8d6de0e80060233a8507adcae0 (diff) | |
download | u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.zip u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.gz u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.bz2 |
MLK-10774-21 imx:imx6sxsabreauto add bsp
Add bsp and configuration file
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sxsabreauto_defconfig | 7 | ||||
-rw-r--r-- | configs/mx6sxsabreauto_nand_defconfig | 7 | ||||
-rw-r--r-- | configs/mx6sxsabreauto_qspi1_defconfig | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig new file mode 100644 index 0000000..4c68446 --- /dev/null +++ b/configs/mx6sxsabreauto_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabreauto/imximage.cfg,MX6SX" +CONFIG_ARM=y +CONFIG_TARGET_MX6SXSABREAUTO=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx6sxsabreauto_nand_defconfig b/configs/mx6sxsabreauto_nand_defconfig new file mode 100644 index 0000000..05f7022 --- /dev/null +++ b/configs/mx6sxsabreauto_nand_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabreauto/imximage.cfg,MX6SX,SYS_BOOT_NAND" +CONFIG_ARM=y +CONFIG_TARGET_MX6SXSABREAUTO=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx6sxsabreauto_qspi1_defconfig b/configs/mx6sxsabreauto_qspi1_defconfig new file mode 100644 index 0000000..4527941 --- /dev/null +++ b/configs/mx6sxsabreauto_qspi1_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabreauto/imximage.cfg,MX6SX,SYS_BOOT_QSPI" +CONFIG_ARM=y +CONFIG_TARGET_MX6SXSABREAUTO=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |