sbc8548: reclaim wasted sector in boot flash
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 25 Sep 2009 15:14:11 +0000 (11:14 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 30 Sep 2009 13:29:47 +0000 (08:29 -0500)
commitdd9ca98f2600000e5c2744735040100b770650e7
tree0eeacea3bc8b43a5025fbadeb808166a0c94962d
parent8280912e0657e96a7b7d8da7003656d62b0fd109
sbc8548: reclaim wasted sector in boot flash

By nature of being based off the MPC8548CDS board, this
board inherited an ENV_SIZE setting of 256k.  But since
it has a smaller flash device (8MB soldered on), it has
a native sector size of 128k, and hence the ENV_SIZE was
causing 2 sectors to be used for the environment.

By removing the unused sector, we can push TEXT_BASE up
closer to the end of address space and reclaim that
sector for any other application.  This also fixes the
mismatch between TEXT_BASE and MONITOR_LEN reported by
Kumar earlier.

Since this board also supports the ability to boot off
the 64MB SODIMM flash, this change is forward looking
with that in mind; i.e. the settings for MONITOR_LEN
and ENV_SIZE will work when the 512k sectors of the
SODIMM flash are used for alternate boot in the future.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/sbc8548/config.mk
doc/README.sbc8548
include/configs/sbc8548.h