diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:07 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | bbb2cfe123b98e849b55da7b6cb8d3e020ff991e (patch) | |
tree | cc2082d94ea2030fc5a25be80a74557827bf7c40 /conf/machine/ls1021atwr.conf | |
parent | ba5a71075d8ba5f6d3bac467eb8c6df4e09870d3 (diff) | |
download | meta-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.conf | 7 |
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 | ||
8 | require conf/machine/include/qoriq-arm.inc | 8 | require conf/machine/include/qoriq-arm.inc |
@@ -10,9 +10,10 @@ require conf/machine/include/tune-cortexa7.inc | |||
10 | 10 | ||
11 | SOC_FAMILY = "ls102xa" | 11 | SOC_FAMILY = "ls102xa" |
12 | 12 | ||
13 | UBOOT_CONFIG ??= "nor sdcard lpuart qspi" | 13 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
14 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" | 14 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" |
15 | UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" | 15 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" |
16 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config" | ||
16 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" | 17 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" |
17 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" | 18 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" |
18 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" | 19 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" |