Skip to content
Snippets Groups Projects
Commit 7eee2b50 authored by Łukasz Majewski's avatar Łukasz Majewski Committed by Tom Rini
Browse files

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


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

Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
parent 180f87fc
No related branches found
No related tags found
No related merge requests found
......@@ -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!;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment