blob: b50be01ab7294ca8cf60c336f0cfa8281fa05a34 [file] [log] [blame]
Stefan Roese193dd952006-07-27 16:14:05 +02001The 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>