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