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/p1025twr.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/p1025twr.conf')
| -rw-r--r-- | conf/machine/p1025twr.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf index d1d1db0..286ec69 100644 --- a/conf/machine/p1025twr.conf +++ b/conf/machine/p1025twr.conf | |||
| @@ -8,7 +8,7 @@ require conf/machine/include/soc-family.inc | |||
| 8 | SOC_FAMILY = "p1025" | 8 | SOC_FAMILY = "p1025" |
| 9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" | 9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" |
| 10 | UBOOT_MACHINES ?= "TWR-P1025" | 10 | UBOOT_MACHINES ?= "TWR-P1025" |
| 11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025twr_32b.dts" | 11 | KERNEL_DEVICETREE = "p1025twr_32b.dtb" |
| 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | 12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" |
| 13 | 13 | ||
| 14 | JFFS2_ERASEBLOCK = "0x20000" | 14 | JFFS2_ERASEBLOCK = "0x20000" |
