[U-Boot] [PATCH v2 2/5] ARM: imx: Decouple mccmon6's SPL and u-boot proper code

2019-11-04 Thread sbabic
> The mccmon6 has been used a "mixed" approach between SPL and > U-Boot proper sources. > This commit decoupes SPL and u-boot proper, which allows clear > distinction between those two code bases and facilitates > conversion to DM/DTS on this particular board. > Signed-off-by: Lukasz Majewski App

[U-Boot] [PATCH v2 2/5] ARM: imx: Decouple mccmon6's SPL and u-boot proper code

2019-10-15 Thread Lukasz Majewski
The mccmon6 has been used a "mixed" approach between SPL and U-Boot proper sources. This commit decoupes SPL and u-boot proper, which allows clear distinction between those two code bases and facilitates conversion to DM/DTS on this particular board. Signed-off-by: Lukasz Majewski --- board/li