[meta-freescale] [meta-freescale-layer][PATCH 1/9] qoriq-arm.inc: move DEFAULTTUNE/UBOOT_ENTRYPOINT to ls1021atwr.conf

ting.liu at nxp.com ting.liu at nxp.com
Fri Jul 15 09:31:22 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

the specific values are for ls1021atwr.

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/include/qoriq-arm.inc | 4 ----
 conf/machine/ls1021atwr.conf       | 4 +++-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index 232bcbe..e6cf675 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,9 +1,5 @@
 require conf/machine/include/qoriq-base.inc
 
-DEFAULTTUNE ?= "cortexa7hf-neon"
-
-UBOOT_ENTRYPOINT = "0x80008000"
-
 MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
 UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
 
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index eb03563..1ba4992 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -8,6 +8,8 @@
 require conf/machine/include/qoriq-arm.inc
 require conf/machine/include/tune-cortexa7.inc
 
+DEFAULTTUNE = "cortexa7hf-neon"
+
 SOC_FAMILY = "ls102xa"
 
 UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
@@ -23,6 +25,6 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
 KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig"
 
+UBOOT_ENTRYPOINT = "0x80008000"
 EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
-
 USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list