From b2ac7bfeb29bd3e84af7fd95c1d0cb43e381bc8d Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 28 Apr 2015 13:54:23 +0800 Subject: MLK-10774-17 imx:mx6sabresd update bsp Update bsp and add configuration file Signed-off-by: Peng Fan --- configs/mx6qsabresd_sata_defconfig | 7 +++++++ configs/mx6solosabresd_defconfig | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 configs/mx6qsabresd_sata_defconfig create mode 100644 configs/mx6solosabresd_defconfig (limited to 'configs') diff --git a/configs/mx6qsabresd_sata_defconfig b/configs/mx6qsabresd_sata_defconfig new file mode 100644 index 0000000..6fe0722 --- /dev/null +++ b/configs/mx6qsabresd_sata_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg,MX6Q,SYS_USE_SPINOR,SYS_BOOT_SATA" +CONFIG_ARM=y +CONFIG_TARGET_MX6SABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/mx6solosabresd_defconfig b/configs/mx6solosabresd_defconfig new file mode 100644 index 0000000..9dbee56 --- /dev/null +++ b/configs/mx6solosabresd_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6solo_4x_mt41j128.cfg,MX6SOLO,SYS_USE_SPINOR,SYS_NOSMP="nosmp"" +CONFIG_ARM=y +CONFIG_TARGET_MX6SABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y -- cgit v1.1