From fe613cdd4eb2c5b257a60d8dfb7759742318c28a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 23 Jul 2009 17:10:55 -0400 Subject: sbc8349: combine HRCW flash and u-boot image flash 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 Signed-off-by: Kim Phillips --- board/sbc8349/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/sbc8349') diff --git a/board/sbc8349/config.mk b/board/sbc8349/config.mk index 05fa5a07d..eacb27eec 100644 --- a/board/sbc8349/config.mk +++ b/board/sbc8349/config.mk @@ -24,4 +24,4 @@ # SBC8349E # -TEXT_BASE = 0xFFF00000 +TEXT_BASE = 0xFF800000 -- cgit v1.2.3