diff options
author | Sean Anderson | 2021-04-08 22:13:11 -0400 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-05-14 16:20:49 +0800 |
commit | 2d64e3829b19fd5c8337296d6410551e4a753a3a (patch) | |
tree | f5c5d2c46a07eefa4935045a54f56b79fbaf81fd /board | |
parent | 23058052de302af1e5fcc0c22a8dea97b25d61cd (diff) |
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 <Damien.LeMoal@wdc.com>
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sipeed/maix/maix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sipeed/maix/maix.c b/board/sipeed/maix/maix.c index 6e582911f84..52e4fee2f0a 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; |