[U-Boot] [PATCH 1/1] configs/wandboard.h: fix dtb file name for findfdt.

Robert Nelson robertcnelson at gmail.com
Mon Jul 18 21:30:03 CEST 2016


Hi Adam,

On Mon, Jul 18, 2016 at 10:45 AM, Adam Duskett <adamduskett at outlook.com>
wrote:

> With the release of kernel 4.1.15 for the imx6 line of processors,
> wandboard now uses imx6q-wandboard-revc1.dtb and
> imx6dl-wandboard-revc1.dtb.
> This patch fixes the naming convention to work with kernel 4.1.15
>
> Signed-off-by: Adam Duskett <adamduskett at outlook.com>
> ---
>  include/configs/wandboard.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 99f5c0c..d41b600 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -135,9 +135,9 @@
>                 "setenv bootargs ${bootargs} ${fbmem}\0" \
>         "findfdt="\
>                 "if test $board_name = C1 && test $board_rev = MX6Q ; then
> " \
> -                       "setenv fdtfile imx6q-wandboard.dtb; fi; " \
> +                       "setenv fdtfile imx6q-wandboard-revc1.dtb; fi; " \
>                 "if test $board_name = C1 && test $board_rev = MX6DL ;
> then " \
> -                       "setenv fdtfile imx6dl-wandboard.dtb; fi; " \
> +                       "setenv fdtfile imx6dl-wandboard-revc1.dtb; fi; " \
>                 "if test $board_name = B1 && test $board_rev = MX6Q ; then
> " \
>                         "setenv fdtfile imx6q-wandboard-revb1.dtb; fi; " \
>                 "if test $board_name = B1 && test $board_rev = MX6DL ;
> then " \
>

NAK, This breaks mainline:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/Makefile?id=refs/tags/v4.7-rc7#n338

	imx6dl-wandboard.dtb \
	imx6dl-wandboard-revb1.dtb \


	imx6q-wandboard.dtb \
	imx6q-wandboard-revb1.dtb \



Regards,

-- 
Robert Nelson
https://rcn-ee.com/


More information about the U-Boot mailing list