[U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name
Peter Korsgaard
jacmet at sunsite.dk
Thu Mar 14 17:00:30 CET 2013
>>>>> "Tom" == Tom Rini <trini at ti.com> writes:
Tom> From: Koen Kooi <koen at dominion.thruhere.net>
Tom> Cc: Matt Porter <mporter at ti.com>
Tom> Cc: Nishanth Menon <nm at ti.com>
Tom> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Tom> Signed-off-by: Tom Rini <trini at ti.com>
Acked-by: Peter Korsgaard <jacmet at sunsite.dk>
Tom> ---
Tom> include/configs/am335x_evm.h | 2 ++
Tom> 1 file changed, 2 insertions(+)
Tom> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
Tom> index 33ee2c4..377a3c5 100644
Tom> --- a/include/configs/am335x_evm.h
Tom> +++ b/include/configs/am335x_evm.h
Tom> @@ -87,6 +87,8 @@
Tom> "findfdt="\
Tom> "if test $board_name = A335BONE; then " \
Tom> "setenv fdtfile am335x-bone.dtb; fi; " \
Tom> + "if test $board_name = A335BNLT; then " \
Tom> + "setenv fdtfile am335x-boneblack.dtb; fi; " \
Tom> "if test $board_name = A33515BB; then " \
Tom> "setenv fdtfile am335x-evm.dtb; fi; " \
Tom> "if test $board_name = A335X_SK; then " \
Tom> --
Tom> 1.7.9.5
--
Bye, Peter Korsgaard
More information about the U-Boot
mailing list