diff options
| author | Ting Liu <b28495@freescale.com> | 2013-11-01 23:12:14 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:03 +0800 |
| commit | 529260c8056fddc30115cd2af4b19d4cdf6a1c5c (patch) | |
| tree | 2958706cc2e0b084281f83a54b38e13776188307 /conf/machine/p4080ds.conf | |
| parent | 74c90212b388a238fecfb0c52b9613dff530179c (diff) | |
| download | meta-fsl-ppc-529260c8056fddc30115cd2af4b19d4cdf6a1c5c.tar.gz | |
conf/machine/*: make KERNEL_DEVICETREE overridable
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/p4080ds.conf')
| -rw-r--r-- | conf/machine/p4080ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 6f4a89e..461044b 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf | |||
| @@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
| 6 | 6 | ||
| 7 | SOC_FAMILY = "p4080" | 7 | SOC_FAMILY = "p4080" |
| 8 | UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " | 8 | UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " |
| 9 | KERNEL_DEVICETREE = "p4080ds.dtb p4080ds-usdpaa.dtb" | 9 | KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb" |
| 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
| 11 | 11 | ||
| 12 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
