Pass sdrc timing values through board_sdrc_timings structure
authorPeter Barada <peter.barada@logicpd.com>
Tue, 13 Nov 2012 07:40:28 +0000 (07:40 +0000)
committerTom Rini <trini@ti.com>
Mon, 10 Dec 2012 15:54:02 +0000 (08:54 -0700)
commit8c4445d26633f43fcd04add3d6cdc3bc41d14841
treee2cab89ccff5955681182e71200a8d1053585528
parentd7aff44a00e5de3de2ed18a3329edf5ff9d3aada
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>
arch/arm/cpu/armv7/omap3/sdrc.c
arch/arm/include/asm/arch-omap3/sys_proto.h
board/corscience/tricorder/tricorder.c
board/isee/igep0020/igep0020.c
board/isee/igep0030/igep0030.c
board/overo/overo.c
board/ti/beagle/beagle.c
board/ti/evm/evm.c
board/timll/devkit8000/devkit8000.c