diff options
author | Stefan Roese <sr@denx.de> | 2008-05-08 10:48:58 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-05-08 10:48:58 +0200 |
commit | d1c1ba85c7915053adf6a8d14a08ac6fcb750d01 (patch) | |
tree | 65dc15dad2b07c88041a195ec0b600b5661011fe /board/amcc/acadia | |
parent | 4adb3023de75bc150f088c8935db340930ad38c8 (diff) |
ppc4xx: acadia: Add fdt support and fix section overlap problem
This patch adds fdt (flattened device tree) support to the AMCC
Acadia eval board. This increases the image size and it doesn't
fit anymore into 256kByte. Since we didn't want to remove features
from the configuration, we decided to increase the U-Boot image size
(add one flash sector).
Also changed the default environment definition to make it
independent of such changes.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/acadia')
-rw-r--r-- | board/amcc/acadia/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/acadia/config.mk b/board/amcc/acadia/config.mk index af5a46c2a..290415c9d 100644 --- a/board/amcc/acadia/config.mk +++ b/board/amcc/acadia/config.mk @@ -28,7 +28,7 @@ sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp ifndef TEXT_BASE -TEXT_BASE = 0xFFFC0000 +TEXT_BASE = 0xFFF80000 endif ifeq ($(debug),1) |