From f83de00fc1037d32d5e0f736316f83140ec5b360 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Wed, 9 Nov 2011 12:03:18 -0700 Subject: Adding absolute path convention to boot.scr Files fetched by 'fat load' must use absolute path, otherwize the command fails. Signed-off-by: Mathieu Poirier --- include/configs/u8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/u8500.h') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 6092638d9..44248dea9 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -147,7 +147,7 @@ "verify=n\0" \ "loadaddr=0x00100000\0" \ "console=ttyAMA2,115200n8\0" \ - "loadbootscript=fat load mmc 1:1 ${loadaddr} boot.scr\0" \ + "loadbootscript=fat load mmc 1:1 ${loadaddr} /boot.scr\0" \ "bootscript=echo Running bootscript " \ "from mmc ...; source ${loadaddr}\0" \ "memargs256=mem=96M@0 mem_modem=32M@96M mem=32M@128M " \ -- cgit v1.2.3