Author: mhorne Date: Wed Dec 16 20:21:56 2020 New Revision: 368705 URL: https://svnweb.freebsd.org/changeset/base/368705
Log: 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. Modified: head/release/riscv/GENERICSD.conf Modified: head/release/riscv/GENERICSD.conf ============================================================================== --- head/release/riscv/GENERICSD.conf Wed Dec 16 18:40:49 2020 (r368704) +++ head/release/riscv/GENERICSD.conf Wed Dec 16 20:21:56 2020 (r368705) @@ -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" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"