commit | 58db844fc87749db08224fd536d5b95453f8b456 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Sat May 30 16:37:39 2020 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Jul 14 15:23:46 2020 +0800 |
tree | 76f60867ba998502fa65ac73ac2b987eda68baa6 | |
parent | b335966958a93e49439bf248adadce89e7e2bee3 [diff] |
pinctrl: imx7: move soc info to data section The soc info without initialization value should be put into data section. The driver could be used before relocation, with it in BSS section could cause issue, since BSS section is not initializated and it might overwrite other areas that used by others, such as dtb. Signed-off-by: Peng Fan <peng.fan@nxp.com>