mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2026-05-04 15:26:19 +00:00
simplify
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
.byte sExec2 /* Code revision (Primary init) */
|
|
||||||
.byte sCPU68020 /* CPU type is 68020 */
|
|
||||||
.short 0 /* Reserved */
|
|
||||||
.long Primary-. /* Offset to code. */
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
.byte sExec2 /* Code revision (Primary init) */
|
|
||||||
.byte sCPU68020 /* CPU type is 68020 */
|
|
||||||
.short 0 /* Reserved */
|
|
||||||
.long Secondary-. /* Offset to code. */
|
|
||||||
@@ -46,7 +46,10 @@ _BoardName:
|
|||||||
/* _sPInitRec: */
|
/* _sPInitRec: */
|
||||||
/* .long _EndsPInitRec-_sPInitRec */ /* physical block size */
|
/* .long _EndsPInitRec-_sPInitRec */ /* physical block size */
|
||||||
.long size_sPInitRec
|
.long size_sPInitRec
|
||||||
.include "NuBusFPGAPrimaryInit.s" /* the header/code */
|
.byte sExec2 /* Code revision (Primary init) */
|
||||||
|
.byte sCPU68020 /* CPU type is 68020 */
|
||||||
|
.short 0 /* Reserved */
|
||||||
|
.long Primary-. /* Offset to C code. */
|
||||||
ALIGN 2
|
ALIGN 2
|
||||||
/* _EndsPInitRec: */
|
/* _EndsPInitRec: */
|
||||||
|
|
||||||
@@ -54,11 +57,13 @@ _BoardName:
|
|||||||
/* _sSInitRec: */
|
/* _sSInitRec: */
|
||||||
/* .long _EndsSInitRec-_sSInitRec */ /* physical block size */
|
/* .long _EndsSInitRec-_sSInitRec */ /* physical block size */
|
||||||
.long size_sSInitRec
|
.long size_sSInitRec
|
||||||
.include "NuBusFPGASecondaryInit.s" /* the header/code */
|
.byte sExec2 /* Code revision (Primary init) */
|
||||||
|
.byte sCPU68020 /* CPU type is 68020 */
|
||||||
|
.short 0 /* Reserved */
|
||||||
|
.long Secondary-. /* Offset to C code. */
|
||||||
ALIGN 2
|
ALIGN 2
|
||||||
/* _EndsSInitRec: */
|
/* _EndsSInitRec: */
|
||||||
|
|
||||||
|
|
||||||
.section .text.begin
|
.section .text.begin
|
||||||
ALIGN 2
|
ALIGN 2
|
||||||
_VendorInfo:
|
_VendorInfo:
|
||||||
|
|||||||
Reference in New Issue
Block a user