]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/mpc8260ads/config.mk
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / board / freescale / mpc8260ads / config.mk
1 #
2 # (C) Copyright 2001-2003
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com
6 #
7 # Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
8 #
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 #
29 # MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards
30 #
31
32 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
33
34 ifndef TEXT_BASE
35 ## Standard: boot high
36 TEXT_BASE = 0xFFF00000
37 endif