Home
last modified time | relevance | path

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

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