From fa5d368f17764c29befe7cc27cc1d97ced1efeb4 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 19 Nov 2018 10:08:20 +0000 Subject: [PATCH] p2020rdb: update uboot config * default link nor uboot types Signed-off-by: Chunrong Guo Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/p2020rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1