diff options
-rw-r--r-- | conf/machine/p5040ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index d958e4f6..078ef3c2 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
@@ -10,7 +10,7 @@ require conf/machine/include/e5500.inc | |||
10 | MACHINEOVERRIDES =. "p5040:" | 10 | MACHINEOVERRIDES =. "p5040:" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P5040DS_config" | 13 | UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin" |
14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" |
16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" |