From patchwork Thu Mar 3 16:54:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: matt.waddel@linaro.org X-Patchwork-Id: 85300 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8AE06B70A9 for ; Fri, 4 Mar 2011 03:55:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C7A2828089; Thu, 3 Mar 2011 17:55:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZhqSGhL8NBNb; Thu, 3 Mar 2011 17:55:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2606E2808A; Thu, 3 Mar 2011 17:55:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 508FC2808A for ; Thu, 3 Mar 2011 17:55:13 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mG07UjgZqpUM for ; Thu, 3 Mar 2011 17:55:11 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 07EDD28089 for ; Thu, 3 Mar 2011 17:55:09 +0100 (CET) Received: by gxk5 with SMTP id 5so491153gxk.3 for ; Thu, 03 Mar 2011 08:55:07 -0800 (PST) Received: by 10.147.83.17 with SMTP id k17mr1911525yal.9.1299171307409; Thu, 03 Mar 2011 08:55:07 -0800 (PST) Received: from localhost.localdomain (c-98-202-116-201.hsd1.ut.comcast.net [98.202.116.201]) by mx.google.com with ESMTPS id e4sm1224076and.38.2011.03.03.08.55.05 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Mar 2011 08:55:06 -0800 (PST) From: matt.waddel@linaro.org To: u-boot@lists.denx.de Date: Thu, 3 Mar 2011 09:54:48 -0700 Message-Id: <1299171288-12275-1-git-send-email-matt.waddel@linaro.org> X-Mailer: git-send-email 1.7.1 Cc: Matt Waddel , patches@linaro.org Subject: [U-Boot] [PATCH 1/1] ARMV7: Vexpress: Remove config.mk X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Matt Waddel Remove obsolete board config.mk. Signed-off-by: Matt Waddel --- board/armltd/vexpress/config.mk | 22 ---------------------- include/configs/ca9x4_ct_vxp.h | 1 + 2 files changed, 1 insertions(+), 22 deletions(-) delete mode 100644 board/armltd/vexpress/config.mk diff --git a/board/armltd/vexpress/config.mk b/board/armltd/vexpress/config.mk deleted file mode 100644 index 36395f2..0000000 --- a/board/armltd/vexpress/config.mk +++ /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 diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index 4ab58c0..c6fac32 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -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