commit | 8c4445d26633f43fcd04add3d6cdc3bc41d14841 | [log] [tgz] |
---|---|---|
author | Peter Barada <peter.barada@logicpd.com> | Tue Nov 13 07:40:28 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Dec 10 08:54:02 2012 -0700 |
tree | e2cab89ccff5955681182e71200a8d1053585528 | |
parent | d7aff44a00e5de3de2ed18a3329edf5ff9d3aada [diff] |
Pass sdrc timing values through board_sdrc_timings structure Instead of passing individual registers by value to board_get_mem_timings, pass a board_mem_timings structure pointer for the board files to fill in. Pass same structure pointer to write_sdrc_timings. This saves about 90 bytes of space in SPL. Signed-off-by: Peter Barada <peter.barada@logicpd.com>