From a99682c3d8925cdb9cc4c43e4df31d0a4a1d4421 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Jun 2014 13:38:27 -0500 Subject: [PATCH] hwpack: wandboards use uboot_fdt_auto_detection Signed-off-by: Robert Nelson --- hwpack/wandboard-dual.conf | 6 ++++-- hwpack/wandboard-quad.conf | 6 ++++-- hwpack/wandboard-solo.conf | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/hwpack/wandboard-dual.conf b/hwpack/wandboard-dual.conf index 3240e47..fb62183 100644 --- a/hwpack/wandboard-dual.conf +++ b/hwpack/wandboard-dual.conf @@ -34,7 +34,10 @@ conf_uboot_use_uenvcmd=1 #conf_uboot_no_uenvcmd="loaduimage" #can the bootloader auto detect the device: (*.dtb)? -#uboot_fdt_auto_detection=1 +uboot_fdt_auto_detection=1 + +#with mainline u-boot, the variable for the *.dtb file can vary +uboot_fdt_variable_name="fdt_file" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 @@ -50,7 +53,6 @@ conf_loadaddr="0x12000000" conf_fdtaddr="0x11000000" #initrdaddr = loadaddr + 10(mb) * 10 0000 = 0x12A0 0000 (10MB) conf_initrdaddr="0x12A00000" -conf_fdtfile="imx6dl-wandboard.dtb" need_wandboard_firmware=1 SYSTEM="video" diff --git a/hwpack/wandboard-quad.conf b/hwpack/wandboard-quad.conf index 0534efe..ea0eb53 100644 --- a/hwpack/wandboard-quad.conf +++ b/hwpack/wandboard-quad.conf @@ -34,7 +34,10 @@ conf_uboot_use_uenvcmd=1 #conf_uboot_no_uenvcmd="loaduimage" #can the bootloader auto detect the device: (*.dtb)? -#uboot_fdt_auto_detection=1 +uboot_fdt_auto_detection=1 + +#with mainline u-boot, the variable for the *.dtb file can vary +uboot_fdt_variable_name="fdt_file" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 @@ -50,7 +53,6 @@ conf_loadaddr="0x12000000" conf_fdtaddr="0x11000000" #initrdaddr = loadaddr + 10(mb) * 10 0000 = 0x12A0 0000 (10MB) conf_initrdaddr="0x12A00000" -conf_fdtfile="imx6q-wandboard.dtb" need_wandboard_firmware=1 SYSTEM="video" diff --git a/hwpack/wandboard-solo.conf b/hwpack/wandboard-solo.conf index fbb8d3a..4195bc7 100644 --- a/hwpack/wandboard-solo.conf +++ b/hwpack/wandboard-solo.conf @@ -34,7 +34,10 @@ conf_uboot_use_uenvcmd=1 #conf_uboot_no_uenvcmd="loaduimage" #can the bootloader auto detect the device: (*.dtb)? -#uboot_fdt_auto_detection=1 +uboot_fdt_auto_detection=1 + +#with mainline u-boot, the variable for the *.dtb file can vary +uboot_fdt_variable_name="fdt_file" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 @@ -50,7 +53,6 @@ conf_loadaddr="0x12000000" conf_fdtaddr="0x11000000" #initrdaddr = loadaddr + 10(mb) * 10 0000 = 0x12A0 0000 (10MB) conf_initrdaddr="0x12A00000" -conf_fdtfile="imx6dl-wandboard.dtb" need_wandboard_firmware=1 SYSTEM="video"