Re: [U-Boot-Users] [PATCH] ADD ARM AMBA PL031 RTC Support

2008-07-16 Thread Hebbar
HI, Dont apply this patch. i need to change the call to rtc_init to a different place. since wd has mentioned in other thread that uboot doesnt initialize hardware/devices that board doesnt need. so i will change and re-send/re-submit Regards Gururaja -- View this message in context: http://

[U-Boot-Users] [PATCH] ADD ARM AMBA PL031 RTC Support

2008-07-16 Thread Hebbar
Hi, This patch adds support to arm amba pl031 rtc chip. user needs to define 3 variables in board config to make use of this driver #define CONFIG_RTC_PL0311 /* use ARM AMBA PL031 RTC */ #define CFG_RTC_PL031_BASE 0x101e8000 /* RTC Registers Base Address */