
5 Jan
2019
5 Jan
'19
2:57 a.m.
On Tue, 1 Jan 2019 at 16:38, Lukasz Majewski lukma@denx.de wrote:
This commit moves the TPC70 to use device model and device tree description in both SPL and u-boot proper.
Signed-off-by: Lukasz Majewski lukma@denx.de
arch/arm/mach-imx/mx6/Kconfig | 10 ++ board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 174 ------------------------------ board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c | 133 +---------------------- configs/kp_imx6q_tpc_defconfig | 31 +++++- include/configs/kp_imx6q_tpc.h | 21 ---- 5 files changed, 39 insertions(+), 330 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org