projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd1446
)
omap3_beagle: handle import of environments in files with CRLF as line endings
author
Alexander Holler
<holler@ahsoftware.de>
Mon, 14 Jul 2014 15:49:56 +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/omap3_beagle.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_beagle.h
b/include/configs/omap3_beagle.h
index 3782049ee6db6c1ff6d1dc5bbc02cc7eab7eed43..9ba031d4ba5ccbe606bbd0846cf867276ab50e53 100644
(file)
--- a/
include/configs/omap3_beagle.h
+++ b/
include/configs/omap3_beagle.h
@@
-195,7
+195,7
@@
"bootenv=uEnv.txt\0" \
"loadbootenv=fatload 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} " \
"mpurate=${mpurate} " \