Re: [PATCH v2 28/35] common: Move RAM-sizing functions to init.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:05AM -0700, Simon Glass wrote: > These functions relate to memory init so move them into the init > header. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 28/35] common: Move RAM-sizing functions to init.h

2019-12-28 Thread Simon Glass
These functions relate to memory init so move them into the init header. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 1 + arch/arm/cpu/arm926ejs/spear/spr_misc.c | 1 + arch/arm/cpu/armv8/fsl-layerscape/cpu.c