]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x_evm: add support for BeagleBone Black DT name
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 14 Mar 2013 05:55:19 +0000 (05:55 +0000)
committerTom Rini <trini@ti.com>
Fri, 22 Mar 2013 14:57:00 +0000 (10:57 -0400)
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>
include/configs/am335x_evm.h

index 9eada95c04f2e7dda90d2cf30aadfaabf874543d..f3541d422c38511ecdc1a4485bb0074f97846c29 100644 (file)
        "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 " \