]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.bamboo
Fix mkimage -l bug with multifile images on 64bit platforms
[people/ms/u-boot.git] / doc / README.bamboo
CommitLineData
193dd958
SR
1The configuration for the AMCC 440EP eval board "Bamboo" was changed
2to only use 384 kbytes of FLASH for the U-Boot image. This way the
3redundant environment can be saved in the remaining 2 sectors of the
4same flash chip.
5
6Caution: With an upgrade from an earlier U-Boot version the current
7environment will be erased since the environment is now saved in
8different sectors. By using the following command the environment can
9be saved after upgrading the U-Boot image and *before* resetting the
10board:
11
12setenv recover_env 'prot off FFF80000 FFF9FFFF;era FFF80000 FFF9FFFF;' \
13 'cp.b FFF60000 FFF80000 20000'
14
152006-07-27, Stefan Roese <sr@denx.de>