summaryrefslogtreecommitdiff
path: root/board/amcc/acadia/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-03-21 23:11:22 +0100
committerWolfgang Denk <wd@denx.de>2007-03-21 23:11:22 +0100
commit40750952c7a325e4f3d95eed18af9791485a6199 (patch)
tree882e865fba2b8653b56eede41d2dcfb32f7e3dba /board/amcc/acadia/config.mk
parentd5f4614c9350d9333e575100fb250aab774d0258 (diff)
parente6615ecf4eaf4dd52696934aed8f5c6474cfd286 (diff)
downloadu-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.zip
u-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.tar.gz
u-boot-imx-40750952c7a325e4f3d95eed18af9791485a6199.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Diffstat (limited to 'board/amcc/acadia/config.mk')
-rw-r--r--board/amcc/acadia/config.mk41
1 files changed, 41 insertions, 0 deletions
diff --git a/board/amcc/acadia/config.mk b/board/amcc/acadia/config.mk
new file mode 100644
index 0000000..79b948e
--- /dev/null
+++ b/board/amcc/acadia/config.mk
@@ -0,0 +1,41 @@
+#
+# (C) Copyright 2000
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# See file CREDITS for list of people who contributed to this
+# project.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+sinclude $(TOPDIR)/board/amcc/liveoak/config.tmp
+
+ifndef TEXT_BASE
+TEXT_BASE = 0xFFFC0000
+endif
+
+ifeq ($(CONFIG_NAND_U_BOOT),y)
+LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds
+endif
+
+ifeq ($(CONFIG_SPI_U_BOOT),y)
+LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/u-boot-spi.lds
+PAD_TO = 0x00840000
+endif
+
+ifeq ($(debug),1)
+PLATFORM_CPPFLAGS += -DDEBUG
+endif