Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-mtmips/
A Dspl.c39 void *uboot_base = __image_copy_end; in spl_nor_get_uboot_base() local
41 if (fdt_magic(uboot_base) == FDT_MAGIC) in spl_nor_get_uboot_base()
42 return (unsigned long)uboot_base + fdt_totalsize(uboot_base); in spl_nor_get_uboot_base()
44 return (unsigned long)uboot_base; in spl_nor_get_uboot_base()

Completed in 2 milliseconds