]> git.sur5r.net Git - u-boot/commitdiff
ARMV7: Vexpress: Remove config.mk
authorMatt Waddel <matt.waddel@linaro.org>
Thu, 3 Mar 2011 06:54:48 +0000 (06:54 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:07 +0000 (19:38 +0200)
Remove obsolete board config.mk.

Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
board/armltd/vexpress/config.mk [deleted file]
include/configs/ca9x4_ct_vxp.h

diff --git a/board/armltd/vexpress/config.mk b/board/armltd/vexpress/config.mk
deleted file mode 100644 (file)
index 36395f2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# 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
-#
-# Linux-Kernel is expected to be at 0x60008000
-#
-CONFIG_SYS_TEXT_BASE = 0x60800000
index 63f003db23f25215cff161d6c2db8311bc005fc8..2a87a798d5a16fbd88c21c1ad502e6daacc55a77 100644 (file)
@@ -30,6 +30,7 @@
 /* Board info register */
 #define SYS_ID                         0x10000000
 #define CONFIG_REVISION_TAG            1
+#define CONFIG_SYS_TEXT_BASE           0x60800000
 
 /* High Level Configuration Options */
 #define CONFIG_ARMV7                   1