[S5PC100] modifiled interrupt.c using s5pc1xx.h #2
authorKim, HeungJun <riverful.kim@samsung.com>
Thu, 21 May 2009 12:11:01 +0000 (21:11 +0900)
committerKim, HeungJun <root@riverbuntu.(none)>
Thu, 21 May 2009 12:11:01 +0000 (21:11 +0900)
cpu/arm_cortexa8/s5pc100/interrupts.c

index dc6e495..e6ed313 100644 (file)
@@ -95,7 +95,6 @@ int interrupt_init(void)
        timestamp = 0;
 
        /* usb OTG */
-       //__REG(ELFIN_VIC1_BASE_ADDR + 0x10) |= 1<<24;
        S5P_VIC1INTENABLE_REG |= 1<<24;
 
        return 0;