diff options
Diffstat (limited to 'hw/slavio_misc.c')
-rw-r--r-- | hw/slavio_misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/slavio_misc.c b/hw/slavio_misc.c index 79d4018fa..8da7f4ad9 100644 --- a/hw/slavio_misc.c +++ b/hw/slavio_misc.c @@ -56,10 +56,7 @@ typedef struct MiscState { #define MISC_SIZE 1 #define SYSCTRL_SIZE 4 -#define LED_MAXADDR 1 -#define LED_SIZE (LED_MAXADDR + 1) -#define MISC_MASK 0x0fff0000 #define MISC_LEDS 0x01600000 #define MISC_CFG 0x01800000 #define MISC_DIAG 0x01a00000 |