On 10:20-20130313, Tom Rini wrote:
> From: Koen Kooi <k...@dominion.thruhere.net>
> 
> Signed-off-by: Koen Kooi <k...@dominion.thruhere.net>
> Acked-by: Peter Korsgaard <jac...@sunsite.dk>
> ---
>  include/configs/am335x_evm.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 33ee2c4..abf4e39 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -87,6 +87,8 @@
>       "findfdt="\
>               "if test $board_name = A335BONE; then " \
>                       "setenv fdtfile am335x-bone.dtb; fi; " \
> +             "if test $board_name = A335BNLT; then " \
> +                     "setenv fdtfile am335x-bonelt.dtb; fi; " \
could we not use am335x-boneblack.dtb instead?
>               "if test $board_name = A33515BB; then " \
>                       "setenv fdtfile am335x-evm.dtb; fi; " \
>               "if test $board_name = A335X_SK; then " \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

-- 
Regards,
Nishanth Menon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to