From: Chunrong Guo Date: Mon, 19 Nov 2018 10:08:20 +0000 (+0000) Subject: p2020rdb: update uboot config * default link nor uboot types X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa5d368f17764c29befe7cc27cc1d97ced1efeb4;p=meta-freescale.git p2020rdb: update uboot config * default link nor uboot types Signed-off-by: Chunrong Guo Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf index 54e35df2..324186ca 100644 --- a/conf/machine/p2020rdb.conf +++ b/conf/machine/p2020rdb.conf @@ -10,7 +10,7 @@ require conf/machine/include/e500v2.inc MACHINEOVERRIDES =. "p2020:" BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" -UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard" +UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor" UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin" UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"