U-Boot does not use interrupts; it works in a polled mode. U-Boot uses TIMER2 in a polled mode to read time. Look at arch/arm/cpu/armv7/omap-common/timer.c.
Steve K.
U-Boot does not use interrupts; it works in a polled mode. U-Boot uses TIMER2 in a polled mode to read time. Look at arch/arm/cpu/armv7/omap-common/timer.c.
Steve K.