Files
u-boot/drivers
Lukasz Majewski c0df121a97 pinctrl: imx: Define imx6_pinctrl_soc_info in .data section
This commit is necessary to be able to re-use the pinctrl code in early
SPL to properly configure pins.

The problem is that those "static" structures (without explicit
initialization) are placed in the SDRAM area, which corresponds to
u-boot proper (not even SPL).
Hence, when one wants to configure pins before relocation via DTS/DM,
the board hangs (imx6q SoC powered one) as only OCRAM area is available
(0x009xxxxx).

This commit prevents from this issue by moving the imx6_pinctrl_soc_info
structure to data section (from BSS).

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-06-11 10:43:00 +02:00
..
2019-01-15 15:28:53 -05:00
2019-05-21 08:03:38 +02:00
2019-06-11 10:42:48 +02:00
2019-05-21 17:33:23 -06:00
2019-02-27 09:12:33 +08:00
2019-05-18 08:15:35 -04:00
2019-06-11 10:42:48 +02:00
2019-02-20 15:27:08 +08:00
2019-06-11 10:42:48 +02:00
2019-05-10 22:48:11 +02:00
2019-05-31 23:27:12 +02:00
2018-07-19 16:31:38 -04:00
2019-05-24 10:14:10 -07:00
2019-06-11 10:42:48 +02:00
2018-11-29 09:30:06 -07:00
2019-05-05 08:48:50 -04:00