Home
last modified time | relevance | path

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

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