diff options
author | wdenk <wdenk> | 2001-01-22 18:17:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2001-01-22 18:17:14 +0000 |
commit | f4e512059b50deedf5cc699aa4d8598f25f782cb (patch) | |
tree | 4668344b63adb9a3a5e63d64e3dcb6fc6f3a002a /board/walnut405/config.mk | |
parent | 1d589e3518bbed70a504b8768cf830e6a271657c (diff) | |
download | u-boot-imx-f4e512059b50deedf5cc699aa4d8598f25f782cb.zip u-boot-imx-f4e512059b50deedf5cc699aa4d8598f25f782cb.tar.gz u-boot-imx-f4e512059b50deedf5cc699aa4d8598f25f782cb.tar.bz2 |
Initial revision
Diffstat (limited to 'board/walnut405/config.mk')
-rw-r--r-- | board/walnut405/config.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/board/walnut405/config.mk b/board/walnut405/config.mk new file mode 100644 index 0000000..8426bb3 --- /dev/null +++ b/board/walnut405/config.mk @@ -0,0 +1,29 @@ +# +# (C) Copyright 2000 +# 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 +# + +# +# esd ADCIOP boards +# + +#TEXT_BASE = 0xFFFE0000 +TEXT_BASE = 0xFFF80000 |