Skip to content
Snippets Groups Projects
Commit 11547b29 authored by Alexander Holler's avatar Alexander Holler Committed by Tom Rini
Browse files

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


Use the new option -r for env import.

Signed-off-by: default avatarAlexander Holler <holler@ahsoftware.de>
parent 4cfe8c3e
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define CONFIG_PREBOOT \
"if load mmc 0:1 ${loadaddr} /uEnv.txt; then " \
"env import -t ${loadaddr} ${filesize}; " \
"env import -t -r ${loadaddr} ${filesize}; " \
"fi"
#define ENV_DEVICE_SETTINGS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment