From f9e40ea8d741521bd22d8d38dac7565d2264e12a Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Thu, 17 May 2012 14:18:09 -0600 Subject: snowball: adding new line after fdt_high. Signed-off-by: Mathieu Poirier --- include/configs/snowball.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 31d0ef46c..ff69947f7 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -186,7 +186,7 @@ "mmcboot=echo Booting from external MMC ...; " \ "run commonargs mmcargs memargs; " \ "bootm ${loadaddr}\0" \ - "fdt_high=0x2BC00000" \ + "fdt_high=0x2BC00000\0" \ "stdout=serial,usbtty\0" \ "stdin=serial,usbtty\0" \ "stderr=serial,usbtty\0" -- cgit v1.2.3