瀏覽代碼

ColdFire: Fix incorrect M5253DEMO default environment

The flash location is at 0xff800000, not 0

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
TsiChung Liew 15 年之前
父節點
當前提交
f26a247308
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/M5253DEMO.h

+ 1 - 1
include/configs/M5253DEMO.h

@@ -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