[U-Boot] [PATCH] sbc8349: combine HRCW flash and u-boot image flash
Kim Phillips
kim.phillips at freescale.com
Tue Jul 28 01:44:13 CEST 2009
On Thu, 23 Jul 2009 17:10:55 -0400
Paul Gortmaker <paul.gortmaker at windriver.com> wrote:
> Up to this point in time, the sbc8349 board was storing the u-boot
> image in flash 2x. One for the HRCW value at the beginning of
> flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
> for the actual image that got executed.
>
> This moves the TEXT_BASE to be the beginning of flash, which makes
> the second copy of the image redundant, and frees up the flash
> from the end of the environment storage to the end of the flash
> device itself.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
> board/sbc8349/config.mk | 2 +-
> doc/README.sbc8349 | 30 ++++++++++++++++++++----------
> include/configs/sbc8349.h | 4 ++--
> 3 files changed, 23 insertions(+), 13 deletions(-)
applied, thanks.
Kim
More information about the U-Boot
mailing list