• P
    pinctrl: imx8m: move soc info to data section · 4b8c6030
    Peng Fan 提交于
    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: NPeng Fan <peng.fan@nxp.com>
    4b8c6030
pinctrl-imx8m.c 1.1 KB