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

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Mon Aug 17 12:42:06 CEST 2020


Am Montag, den 17.08.2020, 08:48 +0200 schrieb Stefan Roese:
> With the 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>
> 
> ---
> 
> (no changes since v5)
> 
> 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: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel



More information about the U-Boot mailing list