Searched refs:uboot_base (Results 1 – 1 of 1) sorted by relevance
38 void *uboot_base = __image_copy_end; in spl_nor_get_uboot_base() local40 if (fdt_magic(uboot_base) == FDT_MAGIC) in spl_nor_get_uboot_base()41 return (unsigned long)uboot_base + fdt_totalsize(uboot_base); in spl_nor_get_uboot_base()43 return (unsigned long)uboot_base; in spl_nor_get_uboot_base()
Completed in 4 milliseconds