bcm: fix rebootcode linkage

This commit is contained in:
cinap_lenrek 2022-02-05 16:20:56 +00:00
parent e4f30c89f4
commit c0f142d993

View file

@ -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