]> git.baikalelectronics.ru Git - uboot.git/commit
ast2600: spl: Locate load buffer in DRAM space
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Wed, 27 Oct 2021 06:17:32 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:05:00 +0000 (17:05 -0500)
commit8ed38549cd68e60de1d4b8f65c13d0c1b165ca41
tree0bd50c89d0e54e09a431bc54d9ba60046858762a
parentf4233437b645d3647f4c76176d09dec00f98f9d9
ast2600: spl: Locate load buffer in DRAM space

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 <chiawei_wang@aspeedtech.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
arch/arm/mach-aspeed/ast2600/spl.c