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.
This commit is contained in:
Mitchell Horne 2020-12-16 20:21:56 +00:00
parent d3df64ad99
commit d8462732ce

View File

@ -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"