mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
at91sam9263ek: fix 'update' script
The old update script uses 'load_addr' which is never set. Use 'fileaddr' instead which is automagically set by e.g. dhcp. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> cc: Stelian Pop <stelian@popies.net>
This commit is contained in:
parent
9865b2ef72
commit
88461f164e
@ -164,7 +164,7 @@
|
|||||||
"update=" \
|
"update=" \
|
||||||
"protect off ${monitor_base} +${filesize};" \
|
"protect off ${monitor_base} +${filesize};" \
|
||||||
"erase ${monitor_base} +${filesize};" \
|
"erase ${monitor_base} +${filesize};" \
|
||||||
"cp.b ${load_addr} ${monitor_base} ${filesize};" \
|
"cp.b ${fileaddr} ${monitor_base} ${filesize};" \
|
||||||
"protect on ${monitor_base} +${filesize}\0"
|
"protect on ${monitor_base} +${filesize}\0"
|
||||||
|
|
||||||
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user