1
0
Fork 0
remarkable-uboot/arch/powerpc
Grant Likely c3624e6ed0 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
This patch adds a function getenv_bootm_mapsize() for obtaining the
size of the early mapped region accessible by the kernel during early
boot.  It defaults to CONFIG_SYS_BOOTMAPSZ, or if not defined,
defaults to getenv_bootm_size(), which in turn defaults to the size of
RAM.

getenv_bootm_mapsize() can also be overridden with a "bootm_mapsize"
environmental variable.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
2011-04-25 21:11:20 -04:00
..
cpu Merge branch 'phylib' of git://git.denx.de/u-boot-mmc 2011-04-20 23:01:52 +02:00
include/asm fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
lib Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined 2011-04-25 21:11:20 -04:00
config.mk Revert "PowerPC: Add support for -msingle-pic-base" 2011-04-20 22:11:21 +02:00