diff options
author | wdenk <wdenk> | 2001-10-10 09:28:28 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2001-10-10 09:28:28 +0000 |
commit | fbd71bf6796c12242e7e5f047cbfc28a0930c415 (patch) | |
tree | 52313e2767e3c066854ce6fbc350d7f8339a9b5e /board/mpc8260ads/config.mk | |
parent | 214ec6bbd1688bcec2ca0eac7343b370ee3d8a31 (diff) | |
download | u-boot-imx-fbd71bf6796c12242e7e5f047cbfc28a0930c415.zip u-boot-imx-fbd71bf6796c12242e7e5f047cbfc28a0930c415.tar.gz u-boot-imx-fbd71bf6796c12242e7e5f047cbfc28a0930c415.tar.bz2 |
Initial revision
Diffstat (limited to 'board/mpc8260ads/config.mk')
-rw-r--r-- | board/mpc8260ads/config.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/board/mpc8260ads/config.mk b/board/mpc8260ads/config.mk new file mode 100644 index 0000000..9d55598 --- /dev/null +++ b/board/mpc8260ads/config.mk @@ -0,0 +1,32 @@ +# +# (C) Copyright 2001 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +# +# mpc8260ads board +# + +TEXT_BASE = 0xfff00000 + +PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board |