summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/b4420qds.conf')
-rw-r--r--conf/machine/b4420qds.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 4d70b5e..e142e6f 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -9,9 +9,11 @@
9require conf/machine/include/e6500.inc 9require conf/machine/include/e6500.inc
10 10
11SOC_FAMILY = "b4:b4420" 11SOC_FAMILY = "b4:b4420"
12
12UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "B4420QDS_config" 14UBOOT_CONFIG[nor] = "B4420QDS_config"
14KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" 15
16KERNEL_DEVICETREE ?= "fsl/b4420qds.dtb fsl/b4420qds-usdpaa.dtb"
15KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
16 18
17JFFS2_ERASEBLOCK = "0x10000" 19JFFS2_ERASEBLOCK = "0x10000"