ColdFire: Fix incorrect M5253DEMO default environment

The flash location is at 0xff800000, not 0

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
This commit is contained in:
TsiChung Liew 2010-03-15 19:39:21 -05:00
parent dd9f054ede
commit f26a247308
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
"upd=run load; run prog\0" \
"prog=prot off 0xff800000 0xff82ffff;" \
"era 0xff800000 0xff82ffff;" \
"cp.b ${loadaddr} 0 ${filesize};" \
"cp.b ${loadaddr} 0xff800000 ${filesize};" \
"save\0" \
""
#endif