diff options
| -rw-r--r-- | conf/machine/include/qoriq-arm.inc | 4 | ||||
| -rw-r--r-- | 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 232bcbeee..e6cf675ba 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 | ||
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index eb035633d..1ba499226 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | require conf/machine/include/qoriq-arm.inc | 8 | require conf/machine/include/qoriq-arm.inc |
| 9 | require conf/machine/include/tune-cortexa7.inc | 9 | require conf/machine/include/tune-cortexa7.inc |
| 10 | 10 | ||
| 11 | DEFAULTTUNE = "cortexa7hf-neon" | ||
| 12 | |||
| 11 | SOC_FAMILY = "ls102xa" | 13 | SOC_FAMILY = "ls102xa" |
| 12 | 14 | ||
| 13 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" | 15 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
| @@ -23,6 +25,6 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | |||
| 23 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" | 25 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" |
| 24 | KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" | 26 | KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" |
| 25 | 27 | ||
| 28 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 26 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" | 29 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" |
| 27 | |||
| 28 | USE_VT ?= "0" | 30 | USE_VT ?= "0" |
