1 From 5f543ecf0d976d139de1bea274f4ea7759e4d932 Mon Sep 17 00:00:00 2001
2 From: David Abdurachmanov <david.abdurachmanov@sifive.com>
3 Date: Mon, 13 Sep 2021 03:15:35 -0700
4 Subject: [PATCH 15/16] riscv: sifive: unmatched: leave 128MiB for ramdisk
6 The current configuration only allows 125MiB, but the max allowed size should
9 Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
11 include/configs/sifive-unmatched.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h
15 index 7157295..7254e06 100644
16 --- a/include/configs/sifive-unmatched.h
17 +++ b/include/configs/sifive-unmatched.h
19 "scriptaddr=0x88100000\0" \
20 "pxefile_addr_r=0x88200000\0" \
21 "ramdisk_addr_r=0x88300000\0" \
22 - "kernel_comp_addr_r=0x90000000\0" \
23 + "kernel_comp_addr_r=0x90300000\0" \
24 "kernel_comp_size=0x4000000\0" \
25 "type_guid_gpt_loader1=" TYPE_GUID_LOADER1 "\0" \
26 "type_guid_gpt_loader2=" TYPE_GUID_LOADER2 "\0" \