diff options
Diffstat (limited to 'board/sipeed')
-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 a218278cb34..79e492f0a8e 100644 --- a/board/sipeed/maix/maix.c +++ b/board/sipeed/maix/maix.c @@ -11,7 +11,7 @@ phys_size_t get_effective_memsize(void) { - return CONFIG_SYS_SDRAM_SIZE; + return CFG_SYS_SDRAM_SIZE; } static int sram_init(void) |