Browse Source

fix: samsung: common: autoboot.cmd: Correct itbcfg definition

This fix is necessary to avoid booting the default ITB configuration.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Łukasz Majewski 10 years ago
parent
commit
7eee2b500d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/samsung/common/bootscripts/autoboot.cmd

+ 1 - 1
board/samsung/common/bootscripts/autoboot.cmd

@@ -42,7 +42,7 @@ if test -e '${boardname}'; then
 	setenv initrd_addr ;
 	setenv kerneladdr  0x42000000;
 	setenv kernelname  Image.itb;
-	setenv itbcfg      \#'${boardname}';
+	setenv itbcfg      "\"#${boardname}\"";
 	setenv imgbootcmd  bootm;
 else
 	echo Warning! Variable: \$boardname is undefined!;