summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-22 22:37:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-22 22:37:46 +0000
commitdd28154da5f3e14f911e7ff7289625f3b94f9651 (patch)
tree436ee80ae00a6ccce8f907d81b80a8e591aaaa9e /nuttx/arch/z80
parent2ab1e112642e0f63ca26728dee77ead6e1ac535c (diff)
downloadpx4-nuttx-dd28154da5f3e14f911e7ff7289625f3b94f9651.tar.gz
px4-nuttx-dd28154da5f3e14f911e7ff7289625f3b94f9651.tar.bz2
px4-nuttx-dd28154da5f3e14f911e7ff7289625f3b94f9651.zip
Do not call open/close_peripheraldevice. That ties in too closely to ZiLOG's psuedo-OS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@742 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80')
-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