diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:59 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
commit | 1ccc8841569c1f27976017cc135df87b868ed62b (patch) | |
tree | 48efb3fbddb0560fb6e297c7a64704790706c02c /conf/machine/t2080qds.conf | |
parent | a11bd01a284eca283691ac6c66ec9b0b4ed9f5fa (diff) | |
download | meta-freescale-1ccc8841569c1f27976017cc135df87b868ed62b.tar.gz |
t2080: 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/t2080qds.conf')
-rw-r--r-- | conf/machine/t2080qds.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf index 825e946f..230eb7bb 100644 --- a/conf/machine/t2080qds.conf +++ b/conf/machine/t2080qds.conf | |||
@@ -9,11 +9,11 @@ require conf/machine/include/e6500.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "t2:t2080" | 10 | SOC_FAMILY = "t2:t2080" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor sdcard spi nand srio-pcie-boot secure-boot" | 12 | UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" |
13 | UBOOT_CONFIG[nor] = "T2080QDS_config" | 13 | UBOOT_CONFIG[nor] = "T2080QDS_config" |
14 | UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config" | 14 | UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-pbl.bin" |
15 | UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config" | 15 | UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-pbl.bin" |
16 | UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" | 16 | UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin" |
17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" | 17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" |
18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" | 18 | UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" |
19 | 19 | ||
@@ -23,7 +23,5 @@ KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \ | |||
23 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 23 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
24 | 24 | ||
25 | JFFS2_ERASEBLOCK = "0x10000" | 25 | JFFS2_ERASEBLOCK = "0x10000" |
26 | |||
27 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" | 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" |
28 | |||
29 | USE_VT ?= "0" | 27 | USE_VT ?= "0" |