summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-04-09 15:27:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-10 16:23:03 -0300
commit6c844012ff17890ed0647399dc64cdb668310fcf (patch)
treedc6b0105aed62817709f782454d9143dd0f28b33
parent1e5f8cea6a779c0dc374cdc3a9a6e2d0bdabbd32 (diff)
downloadmeta-fsl-arm-6c844012ff17890ed0647399dc64cdb668310fcf.tar.gz
1021atwr.conf : add qspi config for u-boot
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/ls1021atwr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index 6c302d5..c8efba4 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -13,6 +13,7 @@ UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" 15UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config"
16UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
16 17
17QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 18QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
18 19