Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h474 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
475 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
477 .boot_device = _boot_device, \
481 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
482 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
483 .boot_device = _boot_device, \

Completed in 3 milliseconds