Adder8xx: Fix CFG_MONITOR_LEN
authorFrank Svendsbøe <frank.svendsboe@gmail.com>
Tue, 29 Jul 2008 12:49:31 +0000 (14:49 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jul 2008 23:21:20 +0000 (01:21 +0200)
commit4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
tree03076619d9a071c943ae1c8e554b2cd13463dfac
parenta4c59ad4a21140550ada6f97690d2527c4146ce5
Adder8xx: Fix CFG_MONITOR_LEN

Due to increased space usage, U-Boot can no longer be stored in three sectors.
The current U-Boot use just over three flash sectors (197k), and U-Boot will
become corrupt after saving environment variables. This patch adds another 64k
to CFG_MONITOR_LEN.

Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
include/configs/Adder.h