Searched refs:tpli (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dspl.c66 const struct tpl_info *tpli; local
71 tpli = (const struct tpl_info *)KSEG1ADDR(addr);
73 if (tpli->magic == TPL_INFO_MAGIC) {
74 addr = FLASH_MMAP_BASE + tpli->size;

Completed in 31 milliseconds