
On Friday, August 26, 2011 02:25:33 PM Wolfgang Denk wrote:
Signed-off-by: Wolfgang Denk wd@denx.de Cc: Rowel Atienza rowel@diwalabs.com
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