commit | dec1861be90c948ea9fb771927d3d26a994d2e20 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Mon Feb 10 14:02:52 2014 -0800 |
committer | Heiko Schocher <hs@denx.de> | Tue Apr 29 07:10:27 2014 +0200 |
tree | 11faa5e4eaa0a614155e79653e688df3fd57796c | |
parent | 8854070784450f7ade382c5792b2721fbe27315a [diff] |
driver/mxc_i2c: Move static data structure to global_data This driver needs a data structure in SRAM before SDRAM is available. This is not alway the case using .data section. Moving this data structure to global_data guarantees it is writable. Signed-off-by: York Sun <yorksun@freescale.com> CC: Troy Kisky <troy.kisky@boundarydevices.com>