Skip to content
Snippets Groups Projects
Commit 7a2063bd authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

TQM85xx: minor config file cleanup


Remove "saveenv" from "update" definition: the environment is outside
the U-Boot image on TQM85xx and therefor not affected by updates.

Also "beautify" code a bit (vertical alignment).

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent c0296b18
No related branches found
No related tags found
No related merge requests found
......@@ -667,7 +667,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_ENV_BOOTFILE \
CONFIG_ENV_FDT_FILE \
CONFIG_ENV_CONSDEV \
CONFIG_ENV_CONSDEV \
"netdev=eth0\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=$serverip:$rootpath\0" \
......@@ -691,12 +691,11 @@
"fdt_addr=ffec0000\0" \
"kernel_addr=ffd00000\0" \
"ramdisk_addr=ff800000\0" \
CONFIG_ENV_UBOOT \
CONFIG_ENV_UBOOT \
"load=tftp 100000 $uboot\0" \
"update=protect off $uboot_addr +$filesize;" \
"erase $uboot_addr +$filesize;" \
"cp.b 100000 $uboot_addr $filesize;" \
"setenv filesize;saveenv\0" \
"cp.b 100000 $uboot_addr $filesize" \
"upd=run load update\0" \
""
#define CONFIG_BOOTCOMMAND "run flash_self"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment