summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80_startup.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_startup.asm b/nuttx/arch/z80/src/ez80/ez80_startup.asm
index 09c46fc16..d3f5e6705 100644
--- a/nuttx/arch/z80/src/ez80/ez80_startup.asm
+++ b/nuttx/arch/z80/src/ez80/ez80_startup.asm
@@ -61,8 +61,6 @@
xref __len_code
xref __low_code
xref __low_romcode
- xref __open_periphdevice
- xref __close_periphdevice
xref _os_start
xdef _ez80_startup
xdef _ez80_halt
@@ -141,10 +139,6 @@ _ez80_datadone:
ldir ; Copy the code section
_ez80_codedone:
- ; Initialize the peripheral devices
-
- call __open_periphdevice
-
; Perform board-specific intialization
call _up_lowinit
@@ -155,7 +149,6 @@ _ez80_codedone:
; NuttX will never return, but just in case...
- call __close_periphdevice
_ez80_halt:
halt ; We should never get here
jp _ez80_halt