summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8641hpcn/ddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8641hpcn/ddr.c')
-rw-r--r--board/freescale/mpc8641hpcn/ddr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/mpc8641hpcn/ddr.c b/board/freescale/mpc8641hpcn/ddr.c
index 3789b5442..8dc249b99 100644
--- a/board/freescale/mpc8641hpcn/ddr.c
+++ b/board/freescale/mpc8641hpcn/ddr.c
@@ -162,4 +162,6 @@ void fsl_ddr_board_options(memctl_options_t *popts,
}
}
+ /* 2T timing enable */
+ popts->twoT_en = 1;
}