From patchwork Fri Aug 26 15:41:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 111800 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 A7E7CB6F8C for ; Sat, 27 Aug 2011 01:41:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CC917280BE; Fri, 26 Aug 2011 17:41:50 +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 4QqyJs8uUn70; Fri, 26 Aug 2011 17:41:50 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 75974280A5; Fri, 26 Aug 2011 17:41:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3717A280A5 for ; Fri, 26 Aug 2011 17:41:45 +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 sGz0YJ3axmDl for ; Fri, 26 Aug 2011 17:41:43 +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 mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by theia.denx.de (Postfix) with ESMTPS id 7FF23280A2 for ; Fri, 26 Aug 2011 17:41:41 +0200 (CEST) Received: by fxe6 with SMTP id 6so2513096fxe.3 for ; Fri, 26 Aug 2011 08:41:41 -0700 (PDT) Received: by 10.223.46.201 with SMTP id k9mr1856358faf.1.1314373301599; Fri, 26 Aug 2011 08:41:41 -0700 (PDT) Received: from mashiro.localnet (vasut.kolej.mff.cuni.cz [78.128.198.52]) by mx.google.com with ESMTPS id l22sm1421902fam.13.2011.08.26.08.41.39 (version=SSLv3 cipher=OTHER); Fri, 26 Aug 2011 08:41:40 -0700 (PDT) From: Marek Vasut To: u-boot@lists.denx.de Date: Fri, 26 Aug 2011 17:41:38 +0200 User-Agent: KMail/1.13.7 (Linux/3.0.0-1-amd64; KDE/4.6.5; x86_64; ; ) References: <4E564825.8080608@aribaud.net> <1314361548-18566-1-git-send-email-wd@denx.de> <1314361548-18566-2-git-send-email-wd@denx.de> In-Reply-To: <1314361548-18566-2-git-send-email-wd@denx.de> MIME-Version: 1.0 Message-Id: <201108261741.38560.marek.vasut@gmail.com> Cc: Rowel Atienza Subject: Re: [U-Boot] [PATCH v2 01/16] ARM: remove broken "armadillo" board 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de On Friday, August 26, 2011 02:25:33 PM Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > Cc: Rowel Atienza > --- > MAINTAINERS | 4 - > MAKEALL | 1 - > board/armadillo/Makefile | 55 ------- > board/armadillo/armadillo.c | 72 -------- > board/armadillo/config.mk | 29 ---- > board/armadillo/flash.c | 340 > --------------------------------------- board/armadillo/lowlevel_init.S | > 66 -------- > boards.cfg | 1 - > doc/README.scrapyard | 1 + > include/configs/armadillo.h | 157 ------------------ > 10 files changed, 1 insertions(+), 725 deletions(-) > delete mode 100644 board/armadillo/Makefile > delete mode 100644 board/armadillo/armadillo.c > delete mode 100644 board/armadillo/config.mk > delete mode 100644 board/armadillo/flash.c > delete mode 100644 board/armadillo/lowlevel_init.S > delete mode 100644 include/configs/armadillo.h > This one can be fixed with such a patch, though I dunno if it's worth it. diff --git a/include/configs/armadillo.h b/include/configs/armadillo.h index d0d0998..8a2d2b7 100644 --- a/include/configs/armadillo.h +++ b/include/configs/armadillo.h @@ -135,6 +135,8 @@ #define PHYS_FLASH_SIZE 0x00400000 /* 4 MB */ #define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR (PHYS_SDRAM_1 + CONFIG_STACKSIZE) /*----------------------------------------------------------------------- * FLASH and environment organization