bcm: fix rebootcode linkage
This commit is contained in:
parent
e4f30c89f4
commit
c0f142d993
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue