From bbb2cfe123b98e849b55da7b6cb8d3e020ff991e Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:43:07 +0800 Subject: 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 > Signed-off-by: Otavio Salvador --- conf/machine/ls1021atwr.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'conf/machine/ls1021atwr.conf') 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 @@ #@NAME: Freescale LS1021ATWR board #@SOC: ls102xa #@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System -# Module Rev1.0 with ARM Cortex-A7 core +# Module Rev2.0 with ARM Cortex-A7 core #@MAINTAINER: Zhenhua Luo require conf/machine/include/qoriq-arm.inc @@ -10,9 +10,10 @@ require conf/machine/include/tune-cortexa7.inc SOC_FAMILY = "ls102xa" -UBOOT_CONFIG ??= "nor sdcard lpuart qspi" +UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" -UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" +UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" +UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config" UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" -- cgit v1.2.3-54-g00ecf