summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p4080ds.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 41635f1..775002e 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -13,8 +13,8 @@ UBOOT_CONFIG[nor] = "P4080DS_config"
13UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config" 13UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
14UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config"
15UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config"
16KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \ 16KERNEL_DEVICETREE ?= "fsl/p4080ds.dtb fsl/p4080ds-usdpaa.dtb \
17 p4080ds-usdpaa-shared-interfaces.dtb \ 17 fsl/p4080ds-usdpaa-shared-interfaces.dtb \
18" 18"
19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
20 20