summaryrefslogtreecommitdiffstats
path: root/conf/machine/p4080ds.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-11-01 23:13:23 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-21 11:38:07 +0800
commit40465bac88ca28b554cff35346341d19552548bf (patch)
treee6474050629e8820901c535ab39129b486328da4 /conf/machine/p4080ds.conf
parent6dbd0f03212942bacfcdb920fd8970812e70636c (diff)
downloadmeta-fsl-ppc-40465bac88ca28b554cff35346341d19552548bf.tar.gz
conf/machine/*: make KERNEL_DEFCONFIG overridabledora
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/p4080ds.conf')
-rw-r--r--conf/machine/p4080ds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 461044b..5ea1d4f 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc
7SOC_FAMILY = "p4080" 7SOC_FAMILY = "p4080"
8UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " 8UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
9KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb" 9KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 10KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13