diff options
author | Jason Jin <Jason.jin@freescale.com> | 2011-08-19 10:10:40 +0800 |
---|---|---|
committer | jason <jason@jason-ThinkPad-T61.(none)> | 2011-09-04 22:46:55 +0800 |
commit | 09933fb0bab025acfd48d114b943a959281d6cf0 (patch) | |
tree | cfe2af5ae05407dc47c0338a747007e4ce3d9524 /include/configs/M5329EVB.h | |
parent | 90fa92dc08734e957ef064961f33190b9bf072fe (diff) | |
download | u-boot-imx-09933fb0bab025acfd48d114b943a959281d6cf0.zip u-boot-imx-09933fb0bab025acfd48d114b943a959281d6cf0.tar.gz u-boot-imx-09933fb0bab025acfd48d114b943a959281d6cf0.tar.bz2 |
ColdFire:Update the env settings for several boards.
Move the environment outside the u-boot for some boards
and enlarge the u-boot size in some env settings.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'include/configs/M5329EVB.h')
-rw-r--r-- | include/configs/M5329EVB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index 7ae0fad..3adcf4d 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -124,8 +124,8 @@ "u-boot=u-boot.bin\0" \ "load=tftp ${loadaddr) ${u-boot}\0" \ "upd=run load; run prog\0" \ - "prog=prot off 0 2ffff;" \ - "era 0 2ffff;" \ + "prog=prot off 0 3ffff;" \ + "era 0 3ffff;" \ "cp.b ${loadaddr} 0 ${filesize};" \ "save\0" \ "" |