blob: eb6f7c9d1f1a340b82f045455d2b9a71ed0cb76f [file] [log] [blame]
wdenkfbd71bf2001-10-10 09:28:28 +00001#
wdenkef5a9672003-12-07 00:46:27 +00002# (C) Copyright 2001-2003
wdenkfbd71bf2001-10-10 09:28:28 +00003# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com
6#
wdenkef5a9672003-12-07 00:46:27 +00007# Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
8#
wdenkfbd71bf2001-10-10 09:28:28 +00009# See file CREDITS for list of people who contributed to this
10# project.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License as
14# published by the Free Software Foundation; either version 2 of
15# the License, or (at your option) any later version.
16#
17# This program is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, write to the Free Software
24# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25# MA 02111-1307 USA
26#
27
28#
wdenkef5a9672003-12-07 00:46:27 +000029# MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards
wdenkfbd71bf2001-10-10 09:28:28 +000030#
31
wdenk901787d2005-04-03 23:22:21 +000032sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
33
34ifndef TEXT_BASE
35## Standard: boot high
36TEXT_BASE = 0xFFF00000
37endif