shithub: riscv

Download patch

ref: c0f142d993c8964cd84b05aa075cb29bc86622d0
parent: e4f30c89f4a97fd26a82fe9068d70790084b16de
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