]> git.ipfire.org Git - thirdparty/u-boot.git/commit
global: Move from bi_memstart/memsize -> gd->ram_base/ram_size
authorStefan Roese <sr@denx.de>
Wed, 12 Aug 2020 11:16:36 +0000 (13:16 +0200)
committerStefan Roese <sr@denx.de>
Wed, 26 Aug 2020 07:19:34 +0000 (09:19 +0200)
commite207f2256f1fc3d0616608ab75e7dace15b0f9e6
treeb30a56d09497505d7ed4fa711c87f339816b076a
parentf120aa7522fafa7606ae28693cc6f29be12e4887
global: Move from bi_memstart/memsize -> gd->ram_base/ram_size

With the planned removal of bi_memstart & bi_memsize, this patch now
moves the references to the better suiting gd->ram_base/ram_size
variables.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
14 files changed:
api/api_platform-mips.c
api/api_platform-powerpc.c
arch/mips/lib/boot.c
arch/mips/lib/bootm.c
arch/powerpc/cpu/mpc83xx/fdt.c
arch/powerpc/cpu/mpc83xx/traps.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/traps.c
arch/powerpc/cpu/mpc86xx/fdt.c
arch/powerpc/cpu/mpc86xx/traps.c
arch/powerpc/cpu/mpc8xx/fdt.c
arch/powerpc/lib/bootm.c
arch/xtensa/lib/bootm.c
cmd/bedbug.c