]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/mpc8260ads/config.mk
Add support for a saving build objects in a separate directory.
[people/ms/u-boot.git] / board / mpc8260ads / config.mk
CommitLineData
fbd71bf6 1#
ef5a9672 2# (C) Copyright 2001-2003
fbd71bf6
WD
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com
6#
ef5a9672
WD
7# Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
8#
fbd71bf6
WD
9# 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#
ef5a9672 29# MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards
fbd71bf6
WD
30#
31
f9328639 32sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
901787d6
WD
33
34ifndef TEXT_BASE
35## Standard: boot high
36TEXT_BASE = 0xFFF00000
37endif