summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p2020rdb.conf2
1 files changed, 1 insertions, 1 deletions
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
10MACHINEOVERRIDES =. "p2020:" 10MACHINEOVERRIDES =. "p2020:"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12 12
13UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard" 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.bin"
15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" 15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin"
16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin" 16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"