Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c116 phys_size_t bootm_size; in arch_lmb_reserve() local
120 bootm_size = env_get_bootm_size(); in arch_lmb_reserve()
123 if (((u64)bootmap_base + bootm_size) > in arch_lmb_reserve()
126 if ((bootmap_base + bootm_size) > get_effective_memsize()) in arch_lmb_reserve()
130 size = min(bootm_size, get_effective_memsize()); in arch_lmb_reserve()
133 if (size < bootm_size) { in arch_lmb_reserve()
136 lmb_reserve(lmb, base, bootm_size - size); in arch_lmb_reserve()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/
H A DREADME144 => setenv bootm_size 0x10000000
159 => setenv bootm_size 0x20000000
/OK3568_Linux_fs/u-boot/
H A DREADME3064 then the value in "bootm_size" will be used instead.
3875 for use by the bootm command. See also "bootm_size"
3886 as the default value if it is defined, and bootm_size is
3889 bootm_size - Memory range available for image processing in the bootm