Re: [PATCH next v7 09/12] ast2600: spl: Locate load buffer in DRAM space

2021-10-20 Thread Joel Stanley
On Wed, 20 Oct 2021 at 02:50, Chia-Wei Wang wrote: > > Return CONFIG_SYS_LOAD_ADDR pointing to DRAM space for > spl_get_load_buffer() to allow generic SPL image loading > code (e.g. FIT and Ymodem) to store data in DRAM. > > Signed-off-by: Chia-Wei Wang Reviewed-by: Joel Stanley > --- > arch/

[PATCH next v7 09/12] ast2600: spl: Locate load buffer in DRAM space

2021-10-19 Thread Chia-Wei Wang
Return CONFIG_SYS_LOAD_ADDR pointing to DRAM space for spl_get_load_buffer() to allow generic SPL image loading code (e.g. FIT and Ymodem) to store data in DRAM. Signed-off-by: Chia-Wei Wang --- arch/arm/mach-aspeed/ast2600/spl.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) dif