[Patch V3 11/44] arm: imx: move container Kconfig under mach-imx

2021-07-20 Thread sbabic
> From: Peng Fan > Since i.MX8 and i.MX8ULP reuse common container, so move the Kconfig > public to both. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[Patch V3 11/44] arm: imx: move container Kconfig under mach-imx

2021-07-19 Thread Peng Fan (OSS)
From: Peng Fan Since i.MX8 and i.MX8ULP reuse common container, so move the Kconfig public to both. Signed-off-by: Peng Fan --- arch/arm/mach-imx/Kconfig | 13 + arch/arm/mach-imx/imx8/Kconfig | 13 - 2 files changed, 13 insertions(+), 13 deletions(-) diff --git