From 2d64e3829b19fd5c8337296d6410551e4a753a3a Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Thu, 8 Apr 2021 22:13:11 -0400 Subject: riscv: k210: Rename airam to aisram This is more consistent with the naming of other ram banks, and matches what Linux is doing. Reported-by: Damien Le Moal Signed-off-by: Sean Anderson --- board/sipeed/maix/maix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/sipeed/maix/maix.c b/board/sipeed/maix/maix.c index 6e582911f8..52e4fee2f0 100644 --- a/board/sipeed/maix/maix.c +++ b/board/sipeed/maix/maix.c @@ -17,7 +17,7 @@ phys_size_t get_effective_memsize(void) static int sram_init(void) { int ret, i; - const char * const banks[] = { "sram0", "sram1", "airam" }; + const char * const banks[] = { "sram0", "sram1", "aisram" }; ofnode memory; struct clk clk; -- cgit