Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dtables.h14 #define ROM_TABLE_ALIGN 1024 macro
/openbmc/u-boot/arch/x86/lib/
H A Dtables.c66 rom_table_end = ALIGN(rom_table_end, ROM_TABLE_ALIGN); in write_tables()