commit | e0fe3dcbd0246c5d5608b5505858acd984d4f3c9 | [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 | 8e64181a9986d2dd2e23bed1541590084eec0c57 [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>