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
..
2011-04-20 15:09:19 -05:00
2011-04-13 19:43:28 +10:00
2011-04-13 19:43:28 +10:00
2011-04-20 15:09:34 -05:00
2011-04-20 15:09:19 -05:00
2011-02-02 00:54:42 +01:00
2011-03-27 19:19:54 +02:00
2011-04-20 15:09:34 -05:00
2011-02-19 20:32:36 +01:00