[PATCH v7 04/10] global: Move from bi_memstart/memsize -> gd->ram_base/ram_size

Simon Glass sjg at chromium.org
Sat Aug 22 17:09:00 CEST 2020


On Wed, 19 Aug 2020 at 22:45, Stefan Roese <sr at denx.de> wrote:
>
> 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 at denx.de>
>
> ---
>
> Changes in v7:
> - Reword commit text as suggested by Wolfgang
>
> Changes in v5:
> - Use PHYSADDR() for xtensa, as the bi_memstart value was originally
>   defined this way
>
> Changes in v4:
> - New patch
>
>  api/api_platform-mips.c          | 3 +--
>  api/api_platform-powerpc.c       | 2 +-
>  arch/mips/lib/boot.c             | 2 +-
>  arch/mips/lib/bootm.c            | 2 +-
>  arch/powerpc/cpu/mpc83xx/fdt.c   | 2 +-
>  arch/powerpc/cpu/mpc83xx/traps.c | 2 +-
>  arch/powerpc/cpu/mpc85xx/fdt.c   | 4 ++--
>  arch/powerpc/cpu/mpc85xx/traps.c | 2 +-
>  arch/powerpc/cpu/mpc86xx/fdt.c   | 4 +++-
>  arch/powerpc/cpu/mpc86xx/traps.c | 2 +-
>  arch/powerpc/cpu/mpc8xx/fdt.c    | 2 +-
>  arch/powerpc/lib/bootm.c         | 4 ++--
>  arch/xtensa/lib/bootm.c          | 5 ++---
>  cmd/bedbug.c                     | 2 +-
>  14 files changed, 19 insertions(+), 19 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list