summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-11-13 11:56:52 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-19 19:25:13 -0300
commite2b77e3fbac39d8ab6c88d8de4e91cbd7221f910 (patch)
tree59b4c86412a06ffc26421e4fb4a43dbb7628d1e9
parent0d71ecd52c95021e36409f01433fed44f81ec808 (diff)
downloadmeta-freescale-e2b77e3fbac39d8ab6c88d8de4e91cbd7221f910.tar.gz
p2020rdb: update UBOOT_CONFIG
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--conf/machine/p2020rdb.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 324186ca..b3303629 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -11,14 +11,14 @@ MACHINEOVERRIDES =. "p2020:"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12 12
13UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor" 13UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
14UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin" 14UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot-with-dtb.bin"
15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" 15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot-with-spl.bin"
16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin" 16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot-with-spl.bin"
17UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin" 17UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot-with-spl.bin"
18UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin" 18UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot-with-dtb.bin"
19UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin" 19UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot-with-spl.bin"
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin" 20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin" 21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin"
22 22
23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" 23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" 24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"