Searched refs:ROM_TABLE_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/x86/include/asm/ | ||
D | tables.h | 14 #define ROM_TABLE_ALIGN 1024 macro |
/external/u-boot/arch/x86/lib/ | ||
D | tables.c | 66 rom_table_end = ALIGN(rom_table_end, ROM_TABLE_ALIGN); in write_tables() |