Home
last modified time | relevance | path

Searched refs:BOOT_DEVICE_USBETH (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h22 #define BOOT_DEVICE_USBETH 0x44 macro
48 #define BOOT_DEVICE_USBETH 0x44 macro
62 #define BOOT_DEVICE_USBETH 0x45 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c102 #if defined(BOOT_DEVICE_USBETH) && !defined(CONFIG_SPL_USBETH_SUPPORT) in save_omap_boot_params()
103 case BOOT_DEVICE_USBETH: in save_omap_boot_params()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_net.c100 SPL_LOAD_IMAGE_METHOD("USB eth", 0, BOOT_DEVICE_USBETH, spl_net_load_image_usb);