public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] fix for build break with CONFIG_DISK scsi_init()
@ 2016-03-03  5:06 Mugunthan V N
  2016-03-03  5:06 ` [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK Mugunthan V N
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mugunthan V N @ 2016-03-03  5:06 UTC (permalink / raw)
  To: u-boot

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 at 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(-)

-- 
2.7.2.333.g70bd996

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-09 16:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03  5:06 [U-Boot] [PATCH 0/3] fix for build break with CONFIG_DISK scsi_init() Mugunthan V N
2016-03-03  5:06 ` [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK Mugunthan V N
2016-03-07  2:39   ` Simon Glass
2016-03-08  6:30     ` Mugunthan V N
2016-03-13  2:52       ` Simon Glass
2016-03-13 13:08         ` Tom Rini
2016-04-09 16:02           ` Simon Glass
2016-03-03  5:06 ` [U-Boot] [PATCH 2/3] configs: chromebook_link: enable CONFIG_DISK for accessing sata disk drive Mugunthan V N
2016-03-03  5:06 ` [U-Boot] [PATCH 3/3] cmd: scsi: compile out scsi_init when CONFIG_DISK is defined Mugunthan V N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox