From: Chunrong Guo Date: Wed, 13 Nov 2019 04:41:52 +0000 (+0800) Subject: t2080rdb : update UBOOT_CONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0ebd4f4dd6f53f6ed68abc69cdfeff1f416bdd9f;p=meta-freescale.git t2080rdb : update UBOOT_CONFIG *update uboot image name for boot config Signed-off-by: Chunrong Guo --- diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 128f643b..dbfa393e 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf @@ -10,7 +10,7 @@ require conf/machine/include/e6500.inc MACHINEOVERRIDES =. "t2:t2080:" UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" -UBOOT_CONFIG[nor] = "T2080RDB_config" +UBOOT_CONFIG[nor] = "T2080RDB_config,,u-boot-with-dtb.bin" 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"