diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 21:35:22 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-17 22:15:27 +0200 |
commit | 569460ebf14b87bd8fdb2352bde95d35ee96e13b (patch) | |
tree | fc59dfc9e8b70f18c275da33b1c84945e7a203ef /blackfin_config.mk | |
parent | 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa (diff) | |
download | u-boot-imx-569460ebf14b87bd8fdb2352bde95d35ee96e13b.zip u-boot-imx-569460ebf14b87bd8fdb2352bde95d35ee96e13b.tar.gz u-boot-imx-569460ebf14b87bd8fdb2352bde95d35ee96e13b.tar.bz2 |
sata: namespace curr_device variable
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>
Diffstat (limited to 'blackfin_config.mk')
0 files changed, 0 insertions, 0 deletions