summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commitbbb2cfe123b98e849b55da7b6cb8d3e020ff991e (patch)
treecc2082d94ea2030fc5a25be80a74557827bf7c40 /conf/machine/ls1021atwr.conf
parentba5a71075d8ba5f6d3bac467eb8c6df4e09870d3 (diff)
downloadmeta-freescale-bbb2cfe123b98e849b55da7b6cb8d3e020ff991e.tar.gz
ls1021atwr: support QSPI and IFC in SD boot
QSPI and IFC are both supported in SD boot. Build two SD boot images, one supports IFC; the other supports QSPI. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r--conf/machine/ls1021atwr.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index 8a6dd49a..eb035633 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -2,7 +2,7 @@
2#@NAME: Freescale LS1021ATWR board 2#@NAME: Freescale LS1021ATWR board
3#@SOC: ls102xa 3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System 4#@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System
5# Module Rev1.0 with ARM Cortex-A7 core 5# Module Rev2.0 with ARM Cortex-A7 core
6#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> 6#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
7 7
8require conf/machine/include/qoriq-arm.inc 8require conf/machine/include/qoriq-arm.inc
@@ -10,9 +10,10 @@ require conf/machine/include/tune-cortexa7.inc
10 10
11SOC_FAMILY = "ls102xa" 11SOC_FAMILY = "ls102xa"
12 12
13UBOOT_CONFIG ??= "nor sdcard lpuart qspi" 13UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
14UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 14UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
15UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 15UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config"
16UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config"
16UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" 17UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
17UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" 18UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
18UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" 19UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"