commit | bcf82d12dac0039859906b1a08651e18523adb0f | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Oct 15 10:28:44 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | 93385961eb9121f397851fa241f1666da725dac7 | |
parent | 323f994cb19a5476d0422436024b19c4dc9c2337 [diff] |
ARM: imx: Decouple mccmon6's SPL and u-boot proper code 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 <lukma@denx.de>