commit | dfff7a2c2ab694f0f54b8968c5dc0ccc1e60c32a | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Mon Mar 28 09:58:34 2011 +0000 |
committer | Gerald Van Baren <gvb@unssw.com> | Mon Apr 25 21:11:19 2011 -0400 |
tree | cf9affb045d88ab6c1c9a00fa44744d6fb25e2a1 | |
parent | 30484961db1c845feff7e7872519f55e61c328c2 [diff] |
Stop passing around bootmem_base value. For the calls to boot_relocate_fdt(), boot_get_cmdline(), and boot_get_kbd(), the value of bootmem_base is always obtained by calling getenv_bootm_low(). Since the value always comes from the same source, the calling signature for those functions can be simplified by making them call getenv_bootm_low() directly. Signed-off-by: Grant Likely <grant.likely@linaro.org>