summaryrefslogtreecommitdiff
path: root/board/olio/h1/h1.c
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-04-08 10:53:34 -0700
committerEvan Wilson <evan@oliodevices.com>2014-04-08 10:53:34 -0700
commitb770f0d59d6a72c913f7319b79f8e416b05dc747 (patch)
tree1f793ea7b22131da45ef35bfda8ad5aa18d24a86 /board/olio/h1/h1.c
parent79c474e34227364895d4b195692f136cf486983c (diff)
downloadolio-uboot-2014.01-debug-no-nand.tar.xz
olio-uboot-2014.01-debug-no-nand.zip
Removed ID NAND codedebug-no-nand
Diffstat (limited to 'board/olio/h1/h1.c')
-rw-r--r--board/olio/h1/h1.c9
1 files changed, 0 insertions, 9 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);