summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-07-27 16:14:05 +0200
committerStefan Roese <sr@denx.de>2006-07-27 16:14:05 +0200
commit193dd958344f9c27ed026d2e3db2a1a0a9eb5631 (patch)
treef58d0308fab3f95ed00cda6ddba34572cb722281 /board
parent3ca9122feccee939904f1dbc8a422cfb1533785f (diff)
downloadbarebox-193dd958344f9c27ed026d2e3db2a1a0a9eb5631.tar.gz
barebox-193dd958344f9c27ed026d2e3db2a1a0a9eb5631.tar.xz
AMCC bamboo (440EP) U-Boot image reduced to 384kbyte
Please see doc/README.bamboo for details. Patch by Stefan Roese, 27 Jul 2006
Diffstat (limited to 'board')
-rw-r--r--board/amcc/bamboo/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/bamboo/config.mk b/board/amcc/bamboo/config.mk
index 35cb65584a..9d7f4c3105 100644
--- a/board/amcc/bamboo/config.mk
+++ b/board/amcc/bamboo/config.mk
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2002
+# (C) Copyright 2002-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
#
-TEXT_BASE = 0xFFF80000
+TEXT_BASE = 0xFFFA0000
PLATFORM_CPPFLAGS += -DCONFIG_440=1