svn commit: r368705 - head/release/riscv
Mitchell Horne <[email protected]> Wed, 16 Dec 2020 20:21:57 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs |
|---|---|
| Message-ID | <202012162021.0BGKLvE2096551__2582.83180171333$1608150125$gmane$org@repo.freebsd.org> |
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" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"