summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb-64b.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:35:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:34:12 -0300
commit1ccc8841569c1f27976017cc135df87b868ed62b (patch)
tree48efb3fbddb0560fb6e297c7a64704790706c02c /conf/machine/t2080rdb-64b.conf
parenta11bd01a284eca283691ac6c66ec9b0b4ed9f5fa (diff)
downloadmeta-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/t2080rdb-64b.conf')
-rw-r--r--conf/machine/t2080rdb-64b.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index 3a52d4b4..86e1bff6 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -9,11 +9,11 @@ require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11 11
12UBOOT_CONFIG ??= "nor nor sdcard spi nand srio-pcie-boot secure-boot" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
13UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19 19
@@ -23,7 +23,5 @@ KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
23KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 23KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
24 24
25JFFS2_ERASEBLOCK = "0x10000" 25JFFS2_ERASEBLOCK = "0x10000"
26
27EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 26EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
28
29USE_VT ?= "0" 27USE_VT ?= "0"