summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fastboot.c
diff options
context:
space:
mode:
authorLiGang <b41990@freescale.com>2013-01-10 17:35:55 +0800
committerLiGang <b41990@freescale.com>2013-01-11 09:45:31 +0800
commit414014e11074d655ee7c985da2d3ac94a67bb291 (patch)
treed1fb0205272f5e2a2436624d0b8346291816b452 /drivers/fastboot/fastboot.c
parent545fa5d8e9e6f6967f6ddedbd16b8eac46c42655 (diff)
ENGR00239610: Enhance the quick fastboot stability
1. Correct oversight of setup and endpoint complete irq handler sequence 2. Add check to string descriptor index Signed-off-by: LiGang <b41990@freescale.com>
Diffstat (limited to 'drivers/fastboot/fastboot.c')
-rw-r--r--drivers/fastboot/fastboot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/fastboot/fastboot.c b/drivers/fastboot/fastboot.c
index 790334b03f2..9594cadc908 100644
--- a/drivers/fastboot/fastboot.c
+++ b/drivers/fastboot/fastboot.c
@@ -897,11 +897,6 @@ static struct cmd_fastboot_interface interface = {
.transfer_buffer_size = 0,
};
-void *fastboot_get_string_table(void)
-{
- return fastboot_string_table;
-}
-
/*
* fastboot main process, only support 'download', 'flash' command now
*