[U-Boot] [PATCH 1/1] board: Arcturus: DM: Disable drivers without DM support.

2019-06-17 Thread Oleksandr Zhadan
Extra "not DM" controllers support is disabled. u-boot BSP still good enough to upgrade and run images. Signed-off-by: Oleksandr Zhadan Signed-off-by: Michael Durrant --- board/Arcturus/ucp1020/cmd_arc.c | 420 --- board/Arcturus/ucp1020/ucp10

[U-Boot] [PATCH 1/1] board: Arcturus: ucp1020: Removing obsoleted stuff

2019-07-11 Thread Oleksandr Zhadan
Removed one of the defconfig(obsoleted) file and unused CONFIG_MMC_SPI definition to avoid confusion about if this board using non-DM stuff or not. uCP1020 is completely DM free board, tested and runs well. Signed-off-by: Oleksandr Zhadan Signed-off-by: Michael Durrant --- configs