diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-08 22:42:44 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-08 22:42:44 +0100 |
commit | 37896293bc991bddb75ccac887b54e9a61f36320 (patch) | |
tree | 0c51c9b1254d3805323299f433e3ea7b1d0e281c /board/sbc8349/config.mk | |
parent | 769104c9356594deb2092e204a39c05b33202d6c (diff) | |
parent | 781e026c8aa6f7e9eb5f0e72cc4d20971219b148 (diff) | |
download | u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.zip u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.tar.gz u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'board/sbc8349/config.mk')
-rw-r--r-- | board/sbc8349/config.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/board/sbc8349/config.mk b/board/sbc8349/config.mk new file mode 100644 index 0000000..05fa5a0 --- /dev/null +++ b/board/sbc8349/config.mk @@ -0,0 +1,27 @@ +# +# Copyright (c) 2006 Wind River Systems, Inc. +# +# 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 +# + +# +# SBC8349E +# + +TEXT_BASE = 0xFFF00000 |