mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
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 | ||