From b770f0d59d6a72c913f7319b79f8e416b05dc747 Mon Sep 17 00:00:00 2001 From: Evan Wilson Date: Tue, 8 Apr 2014 10:53:34 -0700 Subject: Removed ID NAND code --- board/olio/h1/h1.c | 9 --------- include/configs/omap3_h1.h | 1 - 2 files changed, 10 deletions(-) diff --git a/board/olio/h1/h1.c b/board/olio/h1/h1.c index ffdf30c8d..8d5bb76fd 100644 --- a/board/olio/h1/h1.c +++ b/board/olio/h1/h1.c @@ -53,15 +53,6 @@ int board_init(void) */ void get_board_mem_timings(struct board_sdrc_timings *timings) { - int pop_mfr, pop_id; - - /* - * We need to identify what PoP memory is on the board so that - * we know what timings to use. If we can't identify it then - * we know it's an xM. To map the ID values please see nand_ids.c - */ - identify_nand_chip(&pop_mfr, &pop_id); - timings->mr = MICRON_V_MR_165; /* 128MB DDR */ timings->mcfg = MICRON_V_MCFG_200(128 << 20); diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h index 169079781..f6384f96f 100644 --- a/include/configs/omap3_h1.h +++ b/include/configs/omap3_h1.h @@ -288,7 +288,6 @@ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SPL_POWER_SUPPORT -#define CONFIG_SPL_OMAP3_ID_NAND #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" /* -- cgit v1.2.3-70-g09d2