[U-Boot] [PATCH 3/4] am335x_evm: handle import of environments in files with CRLF as line endings
Alexander Holler
holler at ahsoftware.de
Mon Jul 14 17:49:57 CEST 2014
Use the new option -r for env import.
Signed-off-by: Alexander Holler <holler at ahsoftware.de>
---
include/configs/am335x_evm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index a48b386..34d27c6 100644
--- 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} " \
--
1.8.3.1
More information about the U-Boot
mailing list