diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2008-04-30 11:42:50 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-20 23:27:46 +0200 |
commit | 5d108ac8f435924c624cd6aaacd44f35f5cf94c0 (patch) | |
tree | 79e5040c9525024b2724e772a10fd7fdf5938a7a /board/socrates/config.mk | |
parent | 727f63334676e760877d43bfb8f0e9331ac8b101 (diff) | |
download | u-boot-imx-5d108ac8f435924c624cd6aaacd44f35f5cf94c0.zip u-boot-imx-5d108ac8f435924c624cd6aaacd44f35f5cf94c0.tar.gz u-boot-imx-5d108ac8f435924c624cd6aaacd44f35f5cf94c0.tar.bz2 |
Initial support for "Socrates" board
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'board/socrates/config.mk')
-rw-r--r-- | board/socrates/config.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/board/socrates/config.mk b/board/socrates/config.mk new file mode 100644 index 0000000..1cf5d38 --- /dev/null +++ b/board/socrates/config.mk @@ -0,0 +1,30 @@ +# Copyright 2004 Freescale Semiconductor. +# +# Modified by Sergei Poselenov +# (C) Copyright 2008, Emcraft Systems. +# +# 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 +# + +# +# socrates board +# default CCARBAR is at 0xff700000 +# assume U-Boot is less than 256k +# +TEXT_BASE = 0xfffc0000 |