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 | 096e096c5bea6eb9348ee117d7862fcbae334e61 (patch) | |
tree | 313bee2e396ccaad8f10c94215e7d212713bb64b /meta-fsl-ppc/conf/machine/b4420qds-64b.conf | |
parent | 3b6efdad9e033414f84da8757ae2c41785ed8e53 (diff) | |
download | meta-freescale-096e096c5bea6eb9348ee117d7862fcbae334e61.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 'meta-fsl-ppc/conf/machine/b4420qds-64b.conf')
-rw-r--r-- | meta-fsl-ppc/conf/machine/b4420qds-64b.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf index 8ab1d292..9b4973e5 100644 --- a/meta-fsl-ppc/conf/machine/b4420qds-64b.conf +++ b/meta-fsl-ppc/conf/machine/b4420qds-64b.conf | |||
@@ -8,7 +8,7 @@ SOC_FAMILY = "b4420" | |||
8 | 8 | ||
9 | # TODO: fix 32bit build of u-boot | 9 | # TODO: fix 32bit build of u-boot |
10 | UBOOT_MACHINES ?= "B4420QDS" | 10 | UBOOT_MACHINES ?= "B4420QDS" |
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/b4420qds.dts" | 11 | KERNEL_DEVICETREE = "b4420qds.dtb" |
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
13 | 13 | ||
14 | JFFS2_ERASEBLOCK = "0x10000" | 14 | JFFS2_ERASEBLOCK = "0x10000" |