diff options
| author | Ting Liu <b28495@freescale.com> | 2013-11-01 23:12:14 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-13 12:11:36 +0800 |
| commit | 9d9aa6b1e7922fba59f0de3b6257b0b9796c6047 (patch) | |
| tree | 34be92b29c63c5ccf756c470cbddc46aae0bddf4 /conf/machine/p5040ds.conf | |
| parent | 7b8cda66bb1d6697c896a5f182d67ac5bd0786f9 (diff) | |
| download | meta-fsl-ppc-9d9aa6b1e7922fba59f0de3b6257b0b9796c6047.tar.gz | |
conf/machine/*: make KERNEL_DEVICETREE overridable
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/p5040ds.conf')
| -rw-r--r-- | conf/machine/p5040ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index c7d253f..375b398 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
| @@ -6,7 +6,7 @@ require conf/machine/include/soc-family.inc | |||
| 6 | 6 | ||
| 7 | SOC_FAMILY = "p5040" | 7 | SOC_FAMILY = "p5040" |
| 8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" | 8 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH" |
| 9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ | 9 | KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/p5040ds.dts \ |
| 10 | ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" | 10 | ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" |
| 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
| 12 | 12 | ||
