From 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Wed, 24 Jan 2007 12:16:56 +0100 Subject: Add port for the lpc2292sodimm evaluation board from EmbeddedArtists --- board/lpc2292sodimm/config.mk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 board/lpc2292sodimm/config.mk (limited to 'board/lpc2292sodimm/config.mk') diff --git a/board/lpc2292sodimm/config.mk b/board/lpc2292sodimm/config.mk new file mode 100644 index 0000000..4146dac --- /dev/null +++ b/board/lpc2292sodimm/config.mk @@ -0,0 +1,31 @@ +# +# (C) Copyright 2000 +# Sysgo Real-Time Solutions, GmbH +# Marius Groeger +# +# (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 +# + +#address where u-boot will be relocated +#TEXT_BASE = 0x0 +TEXT_BASE = 0x81500000 + -- cgit v1.1 From f8db84f132b1e335f20f96138a1f09ed97b08664 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 30 Jan 2007 00:50:40 +0100 Subject: LPC2292 SODIMM port coding style cleanup. --- board/lpc2292sodimm/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'board/lpc2292sodimm/config.mk') diff --git a/board/lpc2292sodimm/config.mk b/board/lpc2292sodimm/config.mk index 4146dac..b28f418 100644 --- a/board/lpc2292sodimm/config.mk +++ b/board/lpc2292sodimm/config.mk @@ -28,4 +28,3 @@ #address where u-boot will be relocated #TEXT_BASE = 0x0 TEXT_BASE = 0x81500000 - -- cgit v1.1