From cba35c4ed030349d52266cca47061cb14d1fb127 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 16 Sep 2018 00:23:38 +0100 Subject: [PATCH] rc2014-tiny: remove unused value We actually need to rewrite the SIO init code to not suck --- Kernel/platform-rc2014-tiny/rc2014.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/Kernel/platform-rc2014-tiny/rc2014.s b/Kernel/platform-rc2014-tiny/rc2014.s index 01656509..dd8f1e16 100644 --- a/Kernel/platform-rc2014-tiny/rc2014.s +++ b/Kernel/platform-rc2014-tiny/rc2014.s @@ -52,8 +52,6 @@ SIOA_D .EQU SIOA_D+1 SIOB_C .EQU SIOA_D+2 SIOB_D .EQU SIOA_D+3 -SIO_IV .EQU 8 ; Interrupt vector table entry to use - ACIA_C .EQU 0x80 ACIA_D .EQU 0x81 ACIA_RESET .EQU 0x03 -- 2.34.1