| * Copyright 2008 Freescale Semiconductor, Inc. |
| * This program is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU General Public License |
| * Version 2 as published by the Free Software Foundation. |
| #include <fsl_ddr_sdram.h> |
| #include <fsl_ddr_dimm_params.h> |
| void fsl_ddr_board_options(memctl_options_t *popts, |
| * Factors to consider for CPO: |
| * Factors to consider for write data delay: |
| popts->write_data_delay = 3; |
| * Factors to consider for half-strength driver enable: |
| * - number of DIMMs installed |
| popts->half_strength_driver_enable = 0; |