mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
sparc: Removed USB stop from linux bootm, arch-independent bootm stop USB
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
This commit is contained in:
parent
78536bc4d3
commit
36594a1dfb
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue