mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
569460ebf1
The curr_device variable really should be namespaced with a "sata_" prefix since it is only used by the sata code. It also avoids random conflicts with other pieces of code (like cmd_mmc): common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): multiple definition of `curr_device' common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
||
---|---|---|
.. | ||
ahci.c | ||
ata_piix.c | ||
ata_piix.h | ||
fsl_sata.c | ||
fsl_sata.h | ||
libata.c | ||
Makefile | ||
mg_disk.c | ||
mg_disk_prv.h | ||
pata_bfin.c | ||
pata_bfin.h | ||
sata_sil3114.c | ||
sata_sil3114.h | ||
sil680.c | ||
sym53c8xx.c | ||
systemace.c |