Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/lib/
H A Dbootm.c116 ulong size, sp, bootmap_base; in arch_lmb_reserve() local
118 bootmap_base = env_get_bootm_low(); in arch_lmb_reserve()
122 if (((u64)bootmap_base + bootm_size) > in arch_lmb_reserve()
125 if ((bootmap_base + bootm_size) > get_effective_memsize()) in arch_lmb_reserve()
133 ulong base = bootmap_base + size; in arch_lmb_reserve()