diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/p4080ds.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 1bbe9053..2e7b4d3b 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf | |||
@@ -9,11 +9,11 @@ require conf/machine/include/e500mc.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "p4080" | 10 | SOC_FAMILY = "p4080" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor secure-boot sdcard spi" | 12 | UBOOT_CONFIG ??= "secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P4080DS_config" | 13 | UBOOT_CONFIG[nor] = "P4080DS_config" |
14 | UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" |
15 | UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config" | 15 | UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl" |
16 | UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config" | 16 | UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl" |
17 | 17 | ||
18 | KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \ | 18 | KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \ |
19 | p4080ds-usdpaa-shared-interfaces.dtb \ | 19 | p4080ds-usdpaa-shared-interfaces.dtb \ |
@@ -21,7 +21,5 @@ KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \ | |||
21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 21 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
22 | 22 | ||
23 | JFFS2_ERASEBLOCK = "0x10000" | 23 | JFFS2_ERASEBLOCK = "0x10000" |
24 | |||
25 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | 24 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" |
26 | |||
27 | USE_VT ?= "0" | 25 | USE_VT ?= "0" |