wdenk | fbd71bf | 2001-10-10 09:28:28 +0000 | [diff] [blame] | 1 | # |
wdenk | ef5a967 | 2003-12-07 00:46:27 +0000 | [diff] [blame] | 2 | # (C) Copyright 2001-2003 |
wdenk | fbd71bf | 2001-10-10 09:28:28 +0000 | [diff] [blame] | 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
| 5 | # Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com |
| 6 | # |
wdenk | ef5a967 | 2003-12-07 00:46:27 +0000 | [diff] [blame] | 7 | # Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com |
| 8 | # |
wdenk | fbd71bf | 2001-10-10 09:28:28 +0000 | [diff] [blame] | 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 | # |
wdenk | ef5a967 | 2003-12-07 00:46:27 +0000 | [diff] [blame] | 29 | # MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards |
wdenk | fbd71bf | 2001-10-10 09:28:28 +0000 | [diff] [blame] | 30 | # |
| 31 | |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 32 | sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp |
wdenk | 901787d | 2005-04-03 23:22:21 +0000 | [diff] [blame] | 33 | |
| 34 | ifndef TEXT_BASE |
| 35 | ## Standard: boot high |
| 36 | TEXT_BASE = 0xFFF00000 |
| 37 | endif |