summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 862479d57a..37f3a70601 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -642,17 +642,6 @@ int sd_init(void)
642 return 0; 642 return 0;
643} 643}
644 644
645#ifdef STORAGE_GET_INFO
646void sd_get_info(struct storage_info *info)
647{
648 info->sector_size=card_info[drive].blocksize;
649 info->num_sectors=card_info[drive].numblocks;
650 info->vendor="Rockbox";
651 info->product = "Internal Storage";
652 info->revision="0.00";
653}
654#endif
655
656static int sd_wait_for_state(const int drive, unsigned int state) 645static int sd_wait_for_state(const int drive, unsigned int state)
657{ 646{
658 unsigned long response; 647 unsigned long response;