diff options
Diffstat (limited to 'board/freescale/mpc8641hpcn/ddr.c')
-rw-r--r-- | board/freescale/mpc8641hpcn/ddr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/mpc8641hpcn/ddr.c b/board/freescale/mpc8641hpcn/ddr.c index 3789b54..8dc249b 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; } |