Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/x86/
H A Dfsp.c12 static char *hob_type[] = { variable
97 else if (type >= 0 && type <= ARRAY_SIZE(hob_type)) in do_hob()
98 desc = hob_type[type]; in do_hob()