summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-04-08 22:13:11 -0400
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-14 16:20:49 +0800
commit2d64e3829b19fd5c8337296d6410551e4a753a3a (patch)
treef5c5d2c46a07eefa4935045a54f56b79fbaf81fd /board
parent23058052de302af1e5fcc0c22a8dea97b25d61cd (diff)
downloadu-boot-2d64e3829b19fd5c8337296d6410551e4a753a3a.tar.gz
u-boot-2d64e3829b19fd5c8337296d6410551e4a753a3a.tar.xz
u-boot-2d64e3829b19fd5c8337296d6410551e4a753a3a.zip
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.c2
1 files changed, 1 insertions, 1 deletions
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;