diff mbox

[U-Boot,v1,18/21] sparc: Removed USB stop from linux bootm, arch-independent bootm stop USB

Message ID 1448293142-9217-19-git-send-email-fgretief@spaceteq.co.za
State Accepted
Delegated to: Daniel Hellstrom
Headers show

Commit Message

Francois Retief Nov. 23, 2015, 3:38 p.m. UTC
From: Daniel Hellstrom <daniel@gaisler.com>

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
---

 arch/sparc/lib/bootm.c | 8 --------
 1 file changed, 8 deletions(-)
diff mbox

Patch

diff --git a/arch/sparc/lib/bootm.c b/arch/sparc/lib/bootm.c
index 9e2b784..927a351 100644
--- a/arch/sparc/lib/bootm.c
+++ b/arch/sparc/lib/bootm.c
@@ -19,10 +19,6 @@  extern image_header_t header;
 extern void srmmu_init_cpu(unsigned int entry);
 extern void prepare_bootargs(char *bootargs);
 
-#ifdef CONFIG_USB_UHCI
-extern int usb_lowlevel_stop(int index);
-#endif
-
 /* sparc kernel argument (the ROM vector) */
 struct linux_romvec *kernel_arg_promvec;
 
@@ -111,10 +107,6 @@  int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t * im
 	       linux_hdr->linuxver_minor, linux_hdr->linuxver_revision);
 #endif
 
-#ifdef CONFIG_USB_UHCI
-	usb_lowlevel_stop();
-#endif
-
 	/* set basic boot params in kernel header now that it has been
 	 * extracted and is writeable.
 	 */