projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180f87f
)
fix: samsung: common: autoboot.cmd: Correct itbcfg definition
author
Łukasz Majewski
<l.majewski@samsung.com>
Wed, 17 Jun 2015 10:49:23 +0000
(12:49 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 18 Jun 2015 20:11:41 +0000
(16:11 -0400)
This fix is necessary to avoid booting the default ITB configuration.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
board/samsung/common/bootscripts/autoboot.cmd
patch
|
blob
|
history
diff --git
a/board/samsung/common/bootscripts/autoboot.cmd
b/board/samsung/common/bootscripts/autoboot.cmd
index 3b4015693bb46350da0a031ec9bdf95181d048d7..1faed8ba0c1a310688c6889e2069aedd246b9a05 100644
(file)
--- a/
board/samsung/common/bootscripts/autoboot.cmd
+++ b/
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!;