summaryrefslogtreecommitdiffstats
path: root/conf/machine/p5040ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p5040ds.conf')
-rw-r--r--conf/machine/p5040ds.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 8ab15ae2..daa8d4cd 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -9,10 +9,9 @@ require conf/machine/include/e5500.inc
9 9
10MACHINEOVERRIDES =. "p5040:" 10MACHINEOVERRIDES =. "p5040:"
11 11
12UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" 12UBOOT_CONFIG ??= "nand sdcard spi nor"
13UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin" 13UBOOT_CONFIG[nor] = "P5040DS_config,,u-boot-with-dtb.bin"
14UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" 14UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
15UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
16UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" 15UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl"
17UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl" 16UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
18 17