Re: [PATCH v2 13/16] riscv: Enable AI ram on K210

2020-11-02 Thread Rick Chen
> CONFIG_SYS_SDRAM_{BASE,SIZE} are no longer necessary. The default > get_effective_memsize will also work. The clock driver creates a bunch of > devices, so we need to increase the pre-reloc malloc arena. > > Signed-off-by: Sean Anderson > --- > > (no changes since v1) > > board/sipeed/maix/Kcon

[PATCH v2 13/16] riscv: Enable AI ram on K210

2020-10-12 Thread Sean Anderson
CONFIG_SYS_SDRAM_{BASE,SIZE} are no longer necessary. The default get_effective_memsize will also work. The clock driver creates a bunch of devices, so we need to increase the pre-reloc malloc arena. Signed-off-by: Sean Anderson --- (no changes since v1) board/sipeed/maix/Kconfig | 2