From 8e26f11a0a7477a63f479c566a4afb977ed11ed8 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Thu, 19 Aug 2010 16:58:53 +0900 Subject: [PATCH] s5pc210: universal: Fix OneNAND base address Signed-off-by: Kyungmin Park --- board/samsung/universal_c210/universal.c | 4 ---- include/configs/s5pc210_universal.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 2817d79..8578515 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -38,12 +38,8 @@ int dram_init(void) { gd->bd->bi_dram[0].start = PHYS_SDRAM_1; gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; -#if 0 gd->bd->bi_dram[1].start = PHYS_SDRAM_2; gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE; - gd->bd->bi_dram[2].start = PHYS_SDRAM_3; - gd->bd->bi_dram[2].size = PHYS_SDRAM_3_SIZE; -#endif return 0; } diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 6b5a498..07b39a9 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -328,7 +328,7 @@ #define CONFIG_RECOVERY_ADDR (256 << 10) /* 256 KiB, 0x40000 */ #define CONFIG_USE_ONENAND_BOARD_INIT -#define CONFIG_SYS_ONENAND_BASE 0x07000000 +#define CONFIG_SYS_ONENAND_BASE 0x0C000000 #define CONFIG_DOS_PARTITION 1 -- 2.7.4