]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq-arm.inc: move DEFAULTTUNE/UBOOT_ENTRYPOINT to ls1021atwr.conf
authorTing Liu <ting.liu@nxp.com>
Fri, 15 Jul 2016 16:31:22 +0000 (00:31 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 22 Jul 2016 14:32:36 +0000 (11:32 -0300)
the specific values are for ls1021atwr.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/qoriq-arm.inc
conf/machine/ls1021atwr.conf

index 232bcbeeee80f29c2510ec3cb92041864bcbcf3c..e6cf675baa4f8ce498298b7fb35866d990da48e4 100644 (file)
@@ -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"
 
index eb035633dc56d714164b48ec9fec292a786b179b..1ba4992263a8bd2a91391646bce5e201dba8ab60 100644 (file)
@@ -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"