]> git.sur5r.net Git - u-boot/commit
Misc ti_pci1410a fixups
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 23 Aug 2009 02:59:52 +0000 (12:59 +1000)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:10 +0000 (09:04 -0500)
commita0d9448affe8d64ea40d82c30ee12a7f555c0873
treefa00fdb6dbd8e72cc774121f190946767f4d3b53
parent70d841f55d8d4cb6c1ace40148c4e8f5f0777995
Misc ti_pci1410a fixups

Removed do_pinit() - now declared in cmd_pcmcia.c

Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
PCMCIA drivers

signed/unsigned type fixups

Added semi-colon after default: label as required by newer gcc

The only board that appears to use this driver is the sc520_spunk which
is very old and very likely very broken anyway. I do not have one to test
whether this patch breaks anything functionaly, I have can only check
that it compiles without warning or error

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
drivers/pcmcia/ti_pci1410a.c