HomeSort by relevance Sort by last modified time
    Searched refs:BOOT_DEVICE_USBETH (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-am33xx/
spl.h 21 #define BOOT_DEVICE_USBETH 0x44
47 #define BOOT_DEVICE_USBETH 0x44
61 #define BOOT_DEVICE_USBETH 0x45
  /external/u-boot/common/spl/
spl_net.c 91 SPL_LOAD_IMAGE_METHOD("USB eth", 0, BOOT_DEVICE_USBETH, spl_net_load_image_usb);
  /external/u-boot/arch/arm/mach-omap2/
boot-common.c 101 #if defined(BOOT_DEVICE_USBETH) && !defined(CONFIG_SPL_USB_ETHER)
102 case BOOT_DEVICE_USBETH:

Completed in 4293 milliseconds