diff options
| author | Ting Liu <b28495@freescale.com> | 2013-08-20 07:14:19 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-08-20 17:50:04 +0800 |
| commit | 58a57096e4b7e2ceca3c33d3e7100c5434966cd9 (patch) | |
| tree | fc3410fcfb7d570c50b8c55960802e6b3be04e88 /conf/machine/p1022ds.conf | |
| parent | efd344473c277eab8c1bae56120779983aba6176 (diff) | |
| download | meta-fsl-ppc-58a57096e4b7e2ceca3c33d3e7100c5434966cd9.tar.gz | |
rework machines to use dtb file in KERNEL_DEVICETREE variable
The linux-dtb.inc has been rework to use the Linux kernel build system
to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable
should has the /target/ name, not the file path.
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/p1022ds.conf')
| -rw-r--r-- | conf/machine/p1022ds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf index f604ea1..624353f 100644 --- a/conf/machine/p1022ds.conf +++ b/conf/machine/p1022ds.conf | |||
| @@ -7,7 +7,7 @@ require conf/machine/include/soc-family.inc | |||
| 7 | SOC_FAMILY = "p1022" | 7 | SOC_FAMILY = "p1022" |
| 8 | BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat" | 8 | BOOTFORMAT_CONFIG = "config_ddr3_2gb_p1022ds.dat" |
| 9 | UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD" | 9 | UBOOT_MACHINES ?= "P1022DS P1022DS_NAND P1022DS_SPIFLASH P1022DS_SDCARD P1022DS_36BIT P1022DS_36BIT_SPIFLASH P1022DS_36BIT_NAND P1022DS_36BIT_SDCARD" |
| 10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1022ds_32b.dts" | 10 | KERNEL_DEVICETREE = "p1022ds_32b.dtb" |
| 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
| 12 | 12 | ||
| 13 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 13 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
