commit | edb5c2fcf0acdeb96f56a19529589ece3b101ea7 | [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 | 7fef12474f6ada37664d1f4da68d504cf439156a [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>