From patchwork Tue Apr 12 09:32:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?David_M=C3=BCller_=28ELSOFT_AG=29?= X-Patchwork-Id: 90759 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 81BD5B6F1B for ; Tue, 12 Apr 2011 19:34:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ABC9E281F5; Tue, 12 Apr 2011 11:33:55 +0200 (CEST) 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 B11ro+CBA-Fp; Tue, 12 Apr 2011 11:33:55 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 66CF228215; Tue, 12 Apr 2011 11:33:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1DC25281EE for ; Tue, 12 Apr 2011 11:33:29 +0200 (CEST) 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 1U5TBIKQgRKI for ; Tue, 12 Apr 2011 11:33:26 +0200 (CEST) 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 mail6.hostpark.net (mail6.hostpark.net [212.243.197.36]) by theia.denx.de (Postfix) with ESMTPS id 0B267281F0 for ; Tue, 12 Apr 2011 11:33:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail6.hostpark.net (Postfix) with ESMTP id C2B7E1788F; Tue, 12 Apr 2011 11:33:21 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail6.hostpark.net ([127.0.0.1]) by localhost (mail6.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id KvYHjMsuoiuF; Tue, 12 Apr 2011 11:33:21 +0200 (CEST) Received: from localhost.localdomain (80-218-108-22.dclient.hispeed.ch [80.218.108.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail6.hostpark.net (Postfix) with ESMTPSA id 6E0B7178C7; Tue, 12 Apr 2011 11:33:21 +0200 (CEST) From: =?UTF-8?q?David=20M=C3=BCller?= To: u-boot@lists.denx.de Date: Tue, 12 Apr 2011 11:32:37 +0200 Message-Id: <1302600759-28219-3-git-send-email-d.mueller@elsoft.ch> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1292926154-19802-1-git-send-email-d.mueller@elsoft.ch> References: <1292926154-19802-1-git-send-email-d.mueller@elsoft.ch> Subject: [U-Boot] [PATCH V4 2/4] VCMA9: remove unneeded 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 Signed-off-by: David Müller --- board/mpl/vcma9/config.mk | 24 ------------------------ include/configs/VCMA9.h | 2 ++ 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 board/mpl/vcma9/config.mk diff --git a/board/mpl/vcma9/config.mk b/board/mpl/vcma9/config.mk deleted file mode 100644 index e345913..0000000 --- a/board/mpl/vcma9/config.mk +++ /dev/null @@ -1,24 +0,0 @@ -# -# (C) Copyright 2002, 2003 -# David Mueller, ELSOFT AG, -# -# MPL VCMA9 board with S3C2410X (ARM920T) cpu -# -# see http://www.mpl.ch/ for more information about the MPL VCMA9 -# - -# -# MPL VCMA9 has 1 bank of minimal 16 MB DRAM -# from 0x30000000 -# -# Linux-Kernel is expected to be at 3000'8000, entry 3000'8000 -# optionally with a ramdisk at 3040'0000 -# -# we load ourself to 33F8'0000 -# -# download area is 3080'0000 -# - - -#CONFIG_SYS_TEXT_BASE = 0x30F80000 -CONFIG_SYS_TEXT_BASE = 0x33F80000 diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index b723908..50af634 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -38,6 +38,8 @@ #define CONFIG_S3C2410 1 /* specifically a SAMSUNG S3C2410 SoC */ #define CONFIG_VCMA9 1 /* on a MPL VCMA9 Board */ +#define CONFIG_SYS_TEXT_BASE 0x0 + /* input clock of PLL */ #define CONFIG_SYS_CLK_FREQ 12000000/* VCMA9 has 12MHz input clock */