diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2010-01-22 13:50:22 +0100 |
---|---|---|
committer | Francois Retief <fgretief@spaceteq.co.za> | 2015-12-03 13:15:49 +0200 |
commit | 36594a1dfb96e5ebb54996fb36769d45cda38207 (patch) | |
tree | da606b1e8d3f034c943771b2b008c8e66ae4670f /arch/sparc | |
parent | 78536bc4d381a75dac2dc65f59fcfdd72ff3e693 (diff) | |
download | u-boot-36594a1dfb96e5ebb54996fb36769d45cda38207.tar.gz |
sparc: Removed USB stop from linux bootm, arch-independent bootm stop USB
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/lib/bootm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/lib/bootm.c b/arch/sparc/lib/bootm.c index 9e2b78464d..927a351013 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. */ |