[U-Boot] [PATCH v2 2/3] am335x-evm: add support for BeagleBone Black DT name

Peter Korsgaard jacmet at sunsite.dk
Sun Feb 17 21:06:00 CET 2013


>>>>> "Koen" == Koen Kooi <koen at dominion.thruhere.net> writes:

 Koen> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
 Koen> ---
 Koen>  include/configs/am335x_evm.h | 2 ++
 Koen>  1 file changed, 2 insertions(+)

 Koen> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
 Koen> index 2190a7d..951422c 100644
 Koen> --- a/include/configs/am335x_evm.h
 Koen> +++ b/include/configs/am335x_evm.h
 Koen> @@ -86,6 +86,8 @@
 Koen>  	"findfdt="\
 Koen>  		"if test $board_name = A335BONE; then " \
 Koen>  			"setenv fdtfile am335x-bone.dtb; fi; " \
 Koen> +		"if test $board_name = A335BNLT; then " \
 Koen> +			"setenv fdtfile am335x-bonelt.dtb; fi; " \

Where does the 'bonelt' name come from? Seems quite far from bone black
to me.

Other than that it looks fine.

Acked-by: Peter Korsgaard <jacmet at sunsite.dk>

-- 
Bye, Peter Korsgaard


More information about the U-Boot mailing list