summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p1020rdb.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 42bbdc39..ee73beb5 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -11,10 +11,10 @@ MACHINEOVERRIDES =. "p1020:"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12 12
13UBOOT_CONFIG ??= "nand sdcard spi nor" 13UBOOT_CONFIG ??= "nand sdcard spi nor"
14UBOOT_CONFIG[nor] = "P1020RDB-PD_config" 14UBOOT_CONFIG[nor] = "P1020RDB-PD_config,,u-boot-with-dtb.bin"
15UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config" 15UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config,,u-boot-with-spl.bin"
16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config" 16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config,,u-boot-with-spl.bin"
17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config" 17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config,,u-boot-with-spl.bin"
18 18
19UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" 19UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" 20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"