summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-02-05 16:20:56 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-02-05 16:20:56 +0000
commitc0f142d993c8964cd84b05aa075cb29bc86622d0 (patch)
tree90af98cf32a1841a1ef1a076412a3d130a813023 /sys/src/9
parente4f30c89f4a97fd26a82fe9068d70790084b16de (diff)
bcm: fix rebootcode linkage
Diffstat (limited to 'sys/src/9')
-rw-r--r--sys/src/9/bcm/mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/bcm/mkfile b/sys/src/9/bcm/mkfile
index e19afe540..21c6a2c69 100644
--- a/sys/src/9/bcm/mkfile
+++ b/sys/src/9/bcm/mkfile
@@ -122,4 +122,4 @@ initcode.out: init9.$O initcode.$O /$objtype/lib/libc.a
$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