diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2010-07-26 17:17:51 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-08-09 16:04:59 +0200 |
commit | f3dc7f197716e4c4d9349f14b4a951399fcbcd52 (patch) | |
tree | 9478951911738c62d1d788d435eb1095e562f7f4 /board/esd | |
parent | 0ad7f0950a9bc0a69b3cd5f34ccf7da25fcf1c6d (diff) |
ppc4xx: Fix building of AR405 board
Update image size after addition of new environment handling.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/ar405/config.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/board/esd/ar405/config.mk b/board/esd/ar405/config.mk index 3e8baf65637..da7c10728f8 100644 --- a/board/esd/ar405/config.mk +++ b/board/esd/ar405/config.mk @@ -20,11 +20,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # - -# -# esd AR405 boards -# - -#TEXT_BASE = 0xFFFE0000 -#TEXT_BASE = 0xFFFD0000 -TEXT_BASE = 0xFFFC0000 +TEXT_BASE = 0xFFFA0000 |