
This series fixes the build break with the SATA DM bringup series on TI DRA7xx platformi [1].
Simon, I am not able to build the seires for chromebook_link, may be because of the compiler I have, can you verify this series?
arch/x86/lib/built-in.o: In function `__wrap___udivdi3': /home/mugunthan/workspace/git/work/u-boot/dm-sata/arch/x86/lib/gcc.c:25: undefined reference to `__normal___udivdi3' Makefile:1171: recipe for target 'u-boot' failed make: *** [u-boot] Error 1
[1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg202781.html
Mugunthan V N (3): drivers: block: Kconfig: set default n to CONFIG_DISK configs: chromebook_link: enable CONFIG_DISK for accessing sata disk drive cmd: scsi: compile out scsi_init when CONFIG_DISK is defined
cmd/scsi.c | 3 ++- configs/chromebook_link_defconfig | 1 + drivers/block/Kconfig | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-)