summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:22 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commit0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (patch)
treecbcdc70c866ac4470e5d3731767f909f2affa5f7 /conf
parent8577e585108e0650566740a03118bbc5c3038231 (diff)
downloadmeta-freescale-0d7fab7da6307fd7397e4d8ac73dbf6396a537ea.tar.gz
qoriq-arm.inc: move DEFAULTTUNE/UBOOT_ENTRYPOINT to ls1021atwr.conf
the specific values are for ls1021atwr. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq-arm.inc4
-rw-r--r--conf/machine/ls1021atwr.conf4
2 files changed, 3 insertions, 5 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index 232bcbee..e6cf675b 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,9 +1,5 @@
1require conf/machine/include/qoriq-base.inc 1require conf/machine/include/qoriq-base.inc
2 2
3DEFAULTTUNE ?= "cortexa7hf-neon"
4
5UBOOT_ENTRYPOINT = "0x80008000"
6
7MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" 3MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
8UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" 4UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
9 5
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index eb035633..1ba49922 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -8,6 +8,8 @@
8require conf/machine/include/qoriq-arm.inc 8require conf/machine/include/qoriq-arm.inc
9require conf/machine/include/tune-cortexa7.inc 9require conf/machine/include/tune-cortexa7.inc
10 10
11DEFAULTTUNE = "cortexa7hf-neon"
12
11SOC_FAMILY = "ls102xa" 13SOC_FAMILY = "ls102xa"
12 14
13UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
@@ -23,6 +25,6 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
23KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 25KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
24KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" 26KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig"
25 27
28UBOOT_ENTRYPOINT = "0x80008000"
26EXTRA_IMAGEDEPENDS += "rcw qe-ucode" 29EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
27
28USE_VT ?= "0" 30USE_VT ?= "0"