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:
parent
c33e896218
commit
8bc03ea64f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user