On Nov 11, 2010, at 6:20 AM, Kumar Gala wrote: > > On Oct 25, 2010, at 4:22 AM, Priyanka Jain wrote: > >> p1_p2_rdb : SQW/INT pin in RTC can be used for >> generating square wave(by default) or as interrupt line. >> U-boot is registering this pin for interrupts. >> Configuring SQW/INT bit as interrupt line during board initialization >> to avoid spurious interrupts generated by square wave. >> >> Signed-off-by: Priyanka Jain <[email protected]> >> --- >> board/freescale/p1_p2_rdb/p1_p2_rdb.c | 1 + >> include/configs/P1_P2_RDB.h | 1 + >> 2 files changed, 2 insertions(+), 0 deletions(-) > > applied to 85xx
Added #include <rtc.h> that was missing and thus we got compiler warnings. - k _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

