commit | a4c02663007051e822e5f82155ad071484395995 | [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 | 479bf0ddb8ef4ddeca20c9f215d8ab80cdda45f8 [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>