u-boot-brain/drivers
Kim Phillips 369d0aa967 sata_sil3114: fix compiler warning
judging from other printfs in the same file, it seems ata should be
postpended with the interface number, not the address of the global
port variable.  Fixes this for current u-boot-mpc83xx tree:

Configuring for MPC8349ITX board...
sata_sil3114.c: In function 'sata_bus_softreset':
sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2009-02-19 00:37:18 +01:00
..
bios_emulator drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
block sata_sil3114: fix compiler warning 2009-02-19 00:37:18 +01:00
dma drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
fpga FPGA: move fpga drivers to drivers/fpga 2008-12-05 22:41:33 +01:00
gpio Command usage cleanup 2009-01-28 08:49:52 +01:00
hwmon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c i.MX31: Start the I2C clock on driver initialisation 2009-02-14 10:00:51 +01:00
input rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
misc mpc85xx: Add support for the P2020 2009-02-16 18:05:55 -06:00
mmc Add support for the Freescale eSDHC found on 8379 and 8536 SoCs 2009-02-16 18:07:42 -06:00
mtd cfi: make flash_get_info() non static 2009-02-11 17:01:17 +01:00
net net: removed board-specific CONFIGs from MPC5xxx FEC driver 2009-02-09 23:01:40 -08:00
pci drivers/pci: Create pci_map_bar function 2009-02-10 00:27:13 +01:00
pcmcia mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile 2009-02-18 00:51:21 +01:00
qe Merge branch 'master' of git://git.denx.de/u-boot-net 2009-02-01 21:31:37 +01:00
rtc Blackfin: only initialize the RTC when actually used 2008-10-23 05:03:50 -04:00
serial Create configuration option for restricted ns16550 functions 2009-02-19 00:34:51 +01:00
spi Blackfin: add driver for on-chip SPI controller 2009-02-02 12:24:30 -05:00
usb Coding style cleanup; update CHANGELOG 2009-02-12 00:08:39 +01:00
video Fix whitespace damage: double space changed to a tab 2009-02-11 23:03:41 +01:00