]> Git Repo - u-boot.git/commit
Stop passing around bootmem_base value.
authorGrant Likely <[email protected]>
Mon, 28 Mar 2011 09:58:34 +0000 (09:58 +0000)
committerGerald Van Baren <[email protected]>
Tue, 26 Apr 2011 01:11:19 +0000 (21:11 -0400)
commit590d3cacb98cb377b127869b58507d2afe9c904a
treecf9affb045d88ab6c1c9a00fa44744d6fb25e2a1
parenta01ebd9679f07421ec5abfda5dc0ab76c7202d3b
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 <[email protected]>
arch/arm/lib/bootm.c
arch/m68k/lib/bootm.c
arch/powerpc/lib/bootm.c
common/cmd_bootm.c
common/image.c
include/image.h
This page took 0.035457 seconds and 4 git commands to generate.