spl: opensbi: wait for ack from secondary harts before entering OpenSBI
[platform/kernel/u-boot.git] / common / memsize.c
index 5670e95..13b0047 100644 (file)
@@ -26,7 +26,7 @@ DECLARE_GLOBAL_DATA_PTR;
 long get_ram_size(long *base, long maxsize)
 {
        volatile long *addr;
-       long           save[31];
+       long           save[BITS_PER_LONG - 1];
        long           save_base;
        long           cnt;
        long           val;