Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dsfi.h26 #define SFI_OEM_ID_SIZE 6 macro
44 char oem_id[SFI_OEM_ID_SIZE];
/external/u-boot/arch/x86/lib/
Dsfi.c51 strncpy(hdr->oem_id, "U-Boot", SFI_OEM_ID_SIZE); in finish_table()