summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p2041rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index 19f7df43..c35c84a4 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -10,7 +10,7 @@ require conf/machine/include/e500mc.inc
10MACHINEOVERRIDES =. "p2041:" 10MACHINEOVERRIDES =. "p2041:"
11 11
12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
13UBOOT_CONFIG[nor] = "P2041RDB_config" 13UBOOT_CONFIG[nor] = "P2041RDB_config,,u-boot-with-dtb.bin"
14UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl"
15UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" 15UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config"
16UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" 16UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl"