Searched refs:fdt_end (Results 1 – 1 of 1) sorted by relevance
207 rt_size_t fdt_start, fdt_end; in rt_hw_common_setup() local228 fdt_end = RT_ALIGN(fdt_start + fdt_size, ARCH_PAGE_SIZE); in rt_hw_common_setup()231 platform_mem_region.end = fdt_end; in rt_hw_common_setup()236 rt_memblock_reserve_memory("fdt", fdt_start, fdt_end, MEMBLOCK_NONE); in rt_hw_common_setup()
Completed in 4 milliseconds