diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:22 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | 0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (patch) | |
tree | cbcdc70c866ac4470e5d3731767f909f2affa5f7 /conf/machine/include | |
parent | 8577e585108e0650566740a03118bbc5c3038231 (diff) | |
download | meta-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/machine/include')
-rw-r--r-- | conf/machine/include/qoriq-arm.inc | 4 |
1 files changed, 0 insertions, 4 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 @@ | |||
1 | require conf/machine/include/qoriq-base.inc | 1 | require conf/machine/include/qoriq-base.inc |
2 | 2 | ||
3 | DEFAULTTUNE ?= "cortexa7hf-neon" | ||
4 | |||
5 | UBOOT_ENTRYPOINT = "0x80008000" | ||
6 | |||
7 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | 3 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" |
8 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | 4 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" |
9 | 5 | ||