Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dsfi.h27 #define SFI_OEM_ID_SIZE 6 macro
45 char oem_id[SFI_OEM_ID_SIZE];
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dsfi.c52 strncpy(hdr->oem_id, "U-Boot", SFI_OEM_ID_SIZE); in finish_table()