From 1ccc8841569c1f27976017cc135df87b868ed62b Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 16 Jul 2016 00:35:59 +0800 Subject: t2080: switch to new UBOOT_CONFIG format Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/t2080rdb.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'conf/machine/t2080rdb.conf') diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 43bd55746..f0b7d3287 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf @@ -9,11 +9,11 @@ require conf/machine/include/e6500.inc SOC_FAMILY = "t2:t2080" -UBOOT_CONFIG ??= "nor sdcard spi nand srio-pcie-boot secure-boot" +UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" UBOOT_CONFIG[nor] = "T2080RDB_config" -UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" -UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" -UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" +UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" @@ -23,7 +23,5 @@ KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" - EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" - USE_VT ?= "0" -- cgit v1.2.3-54-g00ecf