to make u-boot work for fat32 filesystem
[jz_uboot.git] / board / mpc8260ads / config.mk
blobe99e181ddae871468485e92f9368b3feec813303
2 # (C) Copyright 2001-2003
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 # Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com
7 # Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
9 # See file CREDITS for list of people who contributed to this
10 # project.
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.
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.
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
29 # MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards
32 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
34 ifndef TEXT_BASE
35 ## Standard: boot high
36 TEXT_BASE = 0xFFF00000
37 endif