diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-03-14 05:55:19 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-22 14:57:00 (GMT) |
commit | 2077590644fdbd0d42c2b448bd5e5531c1639cef (patch) | |
tree | 8dc26a945280965115bc3f025e90d38d0c8ec4fd /include | |
parent | 296de3bbec3aa7d9103a1fee121fbad3a97d3133 (diff) | |
download | u-boot-fsl-qoriq-2077590644fdbd0d42c2b448bd5e5531c1639cef.tar.xz |
am335x_evm: add support for BeagleBone Black DT name
Cc: Matt Porter <mporter@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Matt Porter <mporter@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 9eada95..f3541d4 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -130,6 +130,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; " \ "if test $board_name = A33515BB; then " \ "setenv fdtfile am335x-evm.dtb; fi; " \ "if test $board_name = A335X_SK; then " \ |