>>>>> "Tom" == Tom Rini <[email protected]> writes:
Tom> From: Koen Kooi <[email protected]> Tom> Cc: Matt Porter <[email protected]> Tom> Cc: Nishanth Menon <[email protected]> Tom> Signed-off-by: Koen Kooi <[email protected]> Tom> Signed-off-by: Tom Rini <[email protected]> Acked-by: Peter Korsgaard <[email protected]> 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

