[U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name
menon.nishanth at gmail.com
menon.nishanth at gmail.com
Thu Mar 14 17:45:45 CET 2013
On Thu, Mar 14, 2013 at 10:55 AM, Tom Rini <trini at ti.com> wrote:
> From: Koen Kooi <koen at dominion.thruhere.net>
>
> Cc: Matt Porter <mporter at ti.com>
> Cc: Nishanth Menon <nm at ti.com>
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
> 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..377a3c5 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-boneblack.dtb; fi; " \
Acked-by: Nishanth Menon <nm at ti.com>
Regards,
Nishanth Menon
More information about the U-Boot
mailing list