From patchwork Fri Aug 26 15:41:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,01/16] ARM: remove broken "armadillo" board From: Marek Vasut X-Patchwork-Id: 111800 Message-Id: <201108261741.38560.marek.vasut@gmail.com> To: u-boot@lists.denx.de Cc: Rowel Atienza Date: Fri, 26 Aug 2011 17:41:38 +0200 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