mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
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: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
c0296b1801
commit
7a2063bd80
@ -695,8 +695,7 @@
|
|||||||
"load=tftp 100000 $uboot\0" \
|
"load=tftp 100000 $uboot\0" \
|
||||||
"update=protect off $uboot_addr +$filesize;" \
|
"update=protect off $uboot_addr +$filesize;" \
|
||||||
"erase $uboot_addr +$filesize;" \
|
"erase $uboot_addr +$filesize;" \
|
||||||
"cp.b 100000 $uboot_addr $filesize;" \
|
"cp.b 100000 $uboot_addr $filesize" \
|
||||||
"setenv filesize;saveenv\0" \
|
|
||||||
"upd=run load update\0" \
|
"upd=run load update\0" \
|
||||||
""
|
""
|
||||||
#define CONFIG_BOOTCOMMAND "run flash_self"
|
#define CONFIG_BOOTCOMMAND "run flash_self"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user