提交 7eee2b50 编写于 作者: Ł Łukasz Majewski 提交者: Tom Rini

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

This fix is necessary to avoid booting the default ITB configuration.
Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
上级 180f87fc
......@@ -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!;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册