summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1021atwr.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index 4478e953..a01429c8 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -1,7 +1,8 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale LS1021ATWR board 2#@NAME: Freescale LS1021ATWR board
3#@SOC: ls102xa 3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode 4#@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System
5# Module with ARM Cortex-A7 core
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> 6#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6 7
7require conf/machine/include/qoriq-arm.inc 8require conf/machine/include/qoriq-arm.inc
@@ -9,7 +10,7 @@ require conf/machine/include/tune-cortexa7.inc
9 10
10SOC_FAMILY = "ls102xa" 11SOC_FAMILY = "ls102xa"
11 12
12UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor sdcard lpuart qspi"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 14UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 15UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" 16UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
@@ -19,8 +20,6 @@ UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
19QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 20QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
20 21
21KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 22KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig"
22 24
23SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 25EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
24SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
25USE_VT ?= "0"
26