diff options
author | wdenk <wdenk> | 2003-12-28 11:44:59 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-28 11:44:59 +0000 |
commit | c18960049f8ea9b0a8ad0a05c93e23fbab025da0 (patch) | |
tree | e520cffe0f82ee21dbc01595cf769cbcfd3ed0e5 /board/emk/top5200/config.mk | |
parent | a2f34be7dd3881c6c0effdc196f030fe328ec12b (diff) | |
download | u-boot-imx-c18960049f8ea9b0a8ad0a05c93e23fbab025da0.zip u-boot-imx-c18960049f8ea9b0a8ad0a05c93e23fbab025da0.tar.gz u-boot-imx-c18960049f8ea9b0a8ad0a05c93e23fbab025da0.tar.bz2 |
Patch by Reinhard Meyer, 28 Dec 2003:
Add initial support for TOP5200 board
Diffstat (limited to 'board/emk/top5200/config.mk')
-rw-r--r-- | board/emk/top5200/config.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/board/emk/top5200/config.mk b/board/emk/top5200/config.mk new file mode 100644 index 0000000..14af97a --- /dev/null +++ b/board/emk/top5200/config.mk @@ -0,0 +1,31 @@ +# +# (C) Copyright 2003 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# 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 +# + +# +# TOP5200 board, on optional MINI5200 and EVAL5200 boards +# + +TEXT_BASE = 0xfff00000 +#TEXT_BASE = 0x00100000 + +PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board |