From 8bc03ea64f548ba9f683e432f3abd97b13bb4093 Mon Sep 17 00:00:00 2001 From: mhorne Date: Wed, 16 Dec 2020 20:21:56 +0000 Subject: [PATCH] riscv: increase GENERICSD gap Leave more room for bootloaders at the beginning of the image. In particular, the u-boot files for the HiFive Unleashed are ~5MB in size. --- release/riscv/GENERICSD.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/riscv/GENERICSD.conf b/release/riscv/GENERICSD.conf index 1cbee0d1690..52734b1dd8e 100644 --- a/release/riscv/GENERICSD.conf +++ b/release/riscv/GENERICSD.conf @@ -6,7 +6,7 @@ EMBEDDED_TARGET_ARCH="riscv64" EMBEDDED_TARGET="riscv" EMBEDDEDBUILD=1 -FAT_SIZE="54m -b 1m" +FAT_SIZE="54m -b 8m" FAT_TYPE="16" IMAGE_SIZE="3072M" KERNEL="GENERIC" -- 2.45.0