From: Peter Meerwald Date: Mon, 2 Jul 2012 03:43:31 +0000 (+0000) Subject: beagle: fix termination of buddy env setting X-Git-Tag: v2012.10-rc1~339 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=847b83d02d01e9b799b8f32f7b9b182433d783c5 beagle: fix termination of buddy env setting Signed-off-by: Peter Meerwald --- 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" \