Commit 44bd26fa99fb6d7c1d98c9e8d0bc0c5ac51c04bf

Authored by Alexander Holler
Committed by Tom Rini
1 parent ecd1446fe1

omap3_beagle: handle import of environments in files with CRLF as line endings

Use the new option -r for env import.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/omap3_beagle.h
... ... @@ -195,7 +195,7 @@
195 195 "bootenv=uEnv.txt\0" \
196 196 "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
197 197 "importbootenv=echo Importing environment from mmc ...; " \
198   - "env import -t $loadaddr $filesize$loadaddr $filesize\0" \" \
  198 + "env import -t -r $loadaddr $filesize$loadaddr $filesize\0" \" \
199 199 "ramargs=setenv bootargs console=${console} " \
200 200 "${optargs} " \
201 201 "mpurate=${mpurate} " \