diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 11:56:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | e2b77e3fbac39d8ab6c88d8de4e91cbd7221f910 (patch) | |
tree | 59b4c86412a06ffc26421e4fb4a43dbb7628d1e9 /conf/machine | |
parent | 0d71ecd52c95021e36409f01433fed44f81ec808 (diff) | |
download | meta-freescale-e2b77e3fbac39d8ab6c88d8de4e91cbd7221f910.tar.gz |
p2020rdb: update UBOOT_CONFIG
*update uboot image name for boot config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/p2020rdb.conf | 16 |
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:" | |||
11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" |
12 | 12 | ||
13 | UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor" | 13 | UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor" |
14 | UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin" | 14 | UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot-with-dtb.bin" |
15 | UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" | 15 | UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot-with-spl.bin" |
16 | UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin" | 16 | UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot-with-spl.bin" |
17 | UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin" | 17 | UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot-with-spl.bin" |
18 | UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin" | 18 | UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot-with-dtb.bin" |
19 | UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin" | 19 | UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot-with-spl.bin" |
20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin" | 20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot-with-spl.bin" |
21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin" | 21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot-with-spl.bin" |
22 | 22 | ||
23 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" | 23 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" |
24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" | 24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" |