Re: [U-Boot] [PATCH 1/6] Stop passing around bootmem_base value.

2011-04-05 Thread Jerry Van Baren
Hi Grant, On 03/28/2011 03:58 PM, Grant Likely wrote: From: Grant Likelygrant.lik...@linaro.org 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

[U-Boot] [PATCH 1/6] Stop passing around bootmem_base value.

2011-03-28 Thread Grant Likely
From: Grant Likely grant.lik...@linaro.org 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