diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 9c3c2cd56717d3c3b463892d344800ee03e8cf1c..c5a6d4b315124fbd560d6dbf700441028de93c03 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -145,7 +145,7 @@
 		"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