diff options
Diffstat (limited to 'conf/machine/p3041ds.conf')
| -rw-r--r-- | conf/machine/p3041ds.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index 2fbe0f66f..cb8099c21 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf | |||
| @@ -9,10 +9,9 @@ require conf/machine/include/e500mc.inc | |||
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p3041:" | 10 | MACHINEOVERRIDES =. "p3041:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand sdcard spi nor" |
| 13 | UBOOT_CONFIG[nor] = "P3041DS_config,,u-boot-with-dtb.bin" | 13 | UBOOT_CONFIG[nor] = "P3041DS_config,,u-boot-with-dtb.bin" |
| 14 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" | 14 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" |
| 15 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl" | 15 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl" |
| 17 | UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl" | 16 | UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl" |
| 18 | 17 | ||
