diff options
| author | Zhenhua Luo <b19537@freescale.com> | 2012-11-20 12:31:12 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 17:01:44 -0600 |
| commit | 217145273026906d45aeaff109cfed621cefaf62 (patch) | |
| tree | e266e53fbac59af12d67aea52c88e272ee3f642d /conf/machine | |
| parent | 843e9b3bf739eedc797ce60cd405321a50143a98 (diff) | |
| download | meta-fsl-ppc-217145273026906d45aeaff109cfed621cefaf62.tar.gz | |
t4240qds: add usdpaa dts in the build list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/t4240qds-64b.conf | 3 | ||||
| -rw-r--r-- | conf/machine/t4240qds.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf index c3fa9dc..7063f9e 100644 --- a/conf/machine/t4240qds-64b.conf +++ b/conf/machine/t4240qds-64b.conf | |||
| @@ -5,7 +5,8 @@ require e6500-64b.inc | |||
| 5 | 5 | ||
| 6 | # TODO: fix 32bit build of u-boot | 6 | # TODO: fix 32bit build of u-boot |
| 7 | UBOOT_MACHINES ?= "T4240QDS" | 7 | UBOOT_MACHINES ?= "T4240QDS" |
| 8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts" | 8 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ |
| 9 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
| 9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
| 10 | 11 | ||
| 11 | JFFS2_ERASEBLOCK = "0x10000" | 12 | JFFS2_ERASEBLOCK = "0x10000" |
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 28863ff..9cb3f82 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | require e6500.inc | 4 | require e6500.inc |
| 5 | 5 | ||
| 6 | UBOOT_MACHINES ?= "T4240QDS" | 6 | UBOOT_MACHINES ?= "T4240QDS" |
| 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts" | 7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/t4240qds.dts \ |
| 8 | ${S}/arch/powerpc/boot/dts/t4240qds-usdpaa.dts" | ||
| 8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" | 9 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig" |
| 9 | 10 | ||
| 10 | JFFS2_ERASEBLOCK = "0x10000" | 11 | JFFS2_ERASEBLOCK = "0x10000" |
