git: 9front

Download patch

ref: c63fff552714e4296520be75a2d9c8f369f1fbfe
parent: af01d1455e20e7017276e16c6442187167f0b5ee
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Feb 5 11:20:56 EST 2022

bcm: fix rebootcode linkage

--- a/sys/src/9/bcm/mkfile
+++ b/sys/src/9/bcm/mkfile
@@ -122,4 +122,4 @@
 	$LD -l -R1 -s -o $target $prereq
 
 rebootcode.out:		rebootcode.$O
-	$LD -l -R4 -T0x1c00 -s -o $target $prereq
+	$LD -l -H6 -R4 -T0x1c00 -s -o $target $prereq
--