summaryrefslogtreecommitdiff
path: root/include/fastboot.h
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 /include/fastboot.h
parent545fa5d8e9e6f6967f6ddedbd16b8eac46c42655 (diff)
downloadu-boot-imx-414014e11074d655ee7c985da2d3ac94a67bb291.zip
u-boot-imx-414014e11074d655ee7c985da2d3ac94a67bb291.tar.gz
u-boot-imx-414014e11074d655ee7c985da2d3ac94a67bb291.tar.bz2
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 'include/fastboot.h')
-rw-r--r--include/fastboot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fastboot.h b/include/fastboot.h
index 67b99b1..e9ee60e 100644
--- a/include/fastboot.h
+++ b/include/fastboot.h
@@ -333,7 +333,6 @@ void check_fastboot_mode(void);
void fastboot_quick(u8 debug);
-void *fastboot_get_string_table(void);
int fastboot_write_storage(u8 *partition_name, u32 write_len);
void fastboot_dump_memory(u32 *ptr, u32 lEN);
void fastboot_get_ep_num(u8 *in, u8 *out);
@@ -372,7 +371,6 @@ extern u8 fastboot_debug_level;
#define fastboot_quick(a) 0
#define fastboot_get_ep_num(a, b) 0
-#define fastboot_get_string_table() 1
#define fastboot_dump_memory(a, b) 0
#define DBG_ALWS(x...)
#define DBG_ERR(x...)