[U-Boot] [PATCH v2] pinctrl: imx: Define imx6_pinctrl_soc_info in .data section

2019-06-11 Thread sbabic
> 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

Re: [U-Boot] [PATCH v2] pinctrl: imx: Define imx6_pinctrl_soc_info in .data section

2019-04-23 Thread Peng Fan
> -Original Message- > From: Lukasz Majewski [mailto:lu...@denx.de] > Sent: 2019年4月23日 22:45 > To: Stefano Babic ; u-boot@lists.denx.de; Fabio Estevam > ; Fabio Estevam ; > dl-uboot-imx ; Jagan Teki > ; Adam Ford > Cc: Lukasz Majewski ; Bin Meng ; > Simon Glass > Subject: [PATCH v2]

[U-Boot] [PATCH v2] pinctrl: imx: Define imx6_pinctrl_soc_info in .data section

2019-04-23 Thread Lukasz Majewski
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