[U-Boot] [PATCH] BeagleBoard: config: don't suck in blank line

Jason Kridner jkridner at beagleboard.org
Thu Apr 21 01:52:39 CEST 2011


To prevent a blank line from being critical.

Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
---
 include/configs/omap3_beagle.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 9ee1664..ade6225 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -258,7 +258,7 @@
 			"run mmcboot;" \
 		"fi;" \
 	"fi;" \
-	"run nandboot;" \
+	"run nandboot;"
 
 #define CONFIG_AUTO_COMPLETE		1
 /*
-- 
1.5.6.4



More information about the U-Boot mailing list