This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMPA-L138 interrupt enable at u-boot

Other Parts Discussed in Thread: OMAP-L138

hi.

i try to interrupt enable in u-boot.

so i am modified /include/configs/da850_evm.h

#undef CONFIG_USE_IRQ  ==> #define CONFIG_USE_IRQ

and , timer alarm interrupt enable.

0xFFFEE280(SECR) is set  affer  timer alarm is occur (0x01c23044, RTC_STATUS).

but, didn't call do_irq()

how can i IRQ enable with OMAP-L138 in u-boot.