From 847b83d02d01e9b799b8f32f7b9b182433d783c5 Mon Sep 17 00:00:00 2001
From: Peter Meerwald
Date: Mon, 2 Jul 2012 03:43:31 +0000
Subject: [PATCH] beagle: fix termination of buddy env setting
Signed-off-by: Peter Meerwald
---
include/configs/omap3_beagle.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 657780edcf..53176c0b57 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -224,7 +224,7 @@
"bootfile=uImage.beagle\0" \
"console=ttyO2,115200n8\0" \
"mpurate=auto\0" \
- "buddy=none "\
+ "buddy=none\0" \
"optargs=\0" \
"camera=none\0" \
"vram=12M\0" \
--
2.25.1