Searched refs:uboot_heap_start (Results 1 – 2 of 2) sorted by relevance
53 uintptr_t uboot_heap_start; variable466 uboot_heap_start = round_page((uintptr_t)end); in main()467 uboot_heap_end = uboot_heap_start + HEAP_SIZE; in main()468 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
57 extern uintptr_t uboot_heap_start;