]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x_evm: Add missing ';' in findfdt
authorTom Rini <trini@ti.com>
Thu, 27 Jun 2013 13:55:39 +0000 (09:55 -0400)
committerTom Rini <trini@ti.com>
Thu, 27 Jun 2013 13:55:39 +0000 (09:55 -0400)
In a714321 we add a check at the end of findfdt to make sure we have
updated it from undefined and if not, warn the user.  This however
forgot a ';' on the end of the previous last test.

Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h

index 9c3c2cd56717d3c3b463892d344800ee03e8cf1c..c5a6d4b315124fbd560d6dbf700441028de93c03 100644 (file)
                "if test $board_name = A33515BB; then " \
                        "setenv fdtfile am335x-evm.dtb; fi; " \
                "if test $board_name = A335X_SK; then " \
-                       "setenv fdtfile am335x-evmsk.dtb; fi " \
+                       "setenv fdtfile am335x-evmsk.dtb; fi; " \
                "if test $fdtfile = undefined; then " \
                        "echo WARNING: Could not determine device tree to use; fi; \0"
 #endif