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:
44bd26f
)
am335x_evm: handle import of environments in files with CRLF as line endings
author
Alexander Holler
<holler@ahsoftware.de>
Mon, 14 Jul 2014 15:49:57 +0000
(17:49 +0200)
committer
Tom Rini
<trini@ti.com>
Tue, 22 Jul 2014 11:44:26 +0000
(07:44 -0400)
Use the new option -r for env import.
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
include/configs/am335x_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index a48b386477167010c8e0d206423a3bdbe611cf83..34d27c632a94f5aa8a28a5385eef1ee0ff6716cf 100644
(file)
--- a/
include/configs/am335x_evm.h
+++ b/
include/configs/am335x_evm.h
@@
-117,7
+117,7
@@
"bootenv=uEnv.txt\0" \
"loadbootenv=load mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
"importbootenv=echo Importing environment from mmc ...; " \
- "env import -t $loadaddr $filesize\0" \
+ "env import -t
-r
$loadaddr $filesize\0" \
"ramargs=setenv bootargs console=${console} " \
"${optargs} " \
"root=${ramroot} " \