Searched refs:uboot_base (Results 1 – 1 of 1) sorted by relevance
39 void *uboot_base = __image_copy_end; in spl_nor_get_uboot_base() local41 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