mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
180f87fcc5
commit
7eee2b500d
1 changed files with 1 additions and 1 deletions
|
@ -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!;
|
||||
|
|
Loading…
Add table
Reference in a new issue