mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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 initrd_addr ;
|
||||||
setenv kerneladdr 0x42000000;
|
setenv kerneladdr 0x42000000;
|
||||||
setenv kernelname Image.itb;
|
setenv kernelname Image.itb;
|
||||||
setenv itbcfg \#'${boardname}';
|
setenv itbcfg "\"#${boardname}\"";
|
||||||
setenv imgbootcmd bootm;
|
setenv imgbootcmd bootm;
|
||||||
else
|
else
|
||||||
echo Warning! Variable: \$boardname is undefined!;
|
echo Warning! Variable: \$boardname is undefined!;
|
||||||
|
|
Loading…
Add table
Reference in a new issue