mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
rpi_b: 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>
This commit is contained in:
parent
4cfe8c3edd
commit
11547b2992
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user