diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:58 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
commit | a11bd01a284eca283691ac6c66ec9b0b4ed9f5fa (patch) | |
tree | 070c9f9fd9f773a2d6a81c9e9b9750c47b38b963 /conf/machine/t1042d4rdb-64b.conf | |
parent | 2b54f7b911ab8700ff46bf72fad6c1150743fa7f (diff) | |
download | meta-freescale-a11bd01a284eca283691ac6c66ec9b0b4ed9f5fa.tar.gz |
t104x: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t1042d4rdb-64b.conf')
-rw-r--r-- | conf/machine/t1042d4rdb-64b.conf | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index fd4afb5d..961423e7 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-64b.conf | |||
@@ -9,11 +9,11 @@ require conf/machine/include/e5500-64b.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "t1:t1042" | 10 | SOC_FAMILY = "t1:t1042" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor nand sdcard spi secure-boot" | 12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" |
13 | UBOOT_CONFIG[nor] = "T1042D4RDB_config" | 13 | UBOOT_CONFIG[nor] = "T1042D4RDB_config" |
14 | UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config" | 14 | UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-boot-with-spl-pbl.bin" |
15 | UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config" | 15 | UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" |
16 | UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config" | 16 | UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" |
17 | UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config" | 17 | UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config" |
18 | 18 | ||
19 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb t1042d4rdb-usdpaa.dtb \ | 19 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb t1042d4rdb-usdpaa.dtb \ |
@@ -22,9 +22,6 @@ KERNEL_DEVICETREE ?= "t1042d4rdb.dtb t1042d4rdb-usdpaa.dtb \ | |||
22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" |
23 | 23 | ||
24 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
25 | |||
26 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" | 25 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" |
27 | |||
28 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" | 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" |
29 | |||
30 | USE_VT ?= "0" | 27 | USE_VT ?= "0" |