From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Schnelle Date: Mon, 27 Feb 2012 13:38:48 +0100 Subject: [U-Boot] [PATCH v3] AVR32: fix timer_init() function In-Reply-To: <20120226224050.73FC3200231@gemini.denx.de> References: <1443988412-13421-1-git-send-email-svens@stackframe.org> <20120226224050.73FC3200231@gemini.denx.de> Message-ID: <4F4B7958.7030202@stackframe.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 02/26/2012 11:40 PM, Wolfgang Denk wrote: > Dear Sven, > >> Date: Sun, 4 Oct 2015 21:53:32 +0200 > > would you be willing to disclose the secrets of running such a time > machine ? Hehe. The 'time machine' was basically a dead CMOS battery in my Thinkpad at that time ;) > > In message<1443988412-13421-1-git-send-email-svens@stackframe.org> you wrote: >> timer_init() now returns an int (the error code) instead of void. >> This makes compilation fail with: >> >> interrupts.c:111: error: conflicting types for 'timer_init' >> /home/svens/u-boot/u-boot/include/common.h:246: error: previous declaration of 'timer_init' was here >> make[1]: *** [interrupts.o] Error 1 > > We're just discussing to drop support for AVR32 systems due to lack of > a custodian, and appearent lack of interest, see > 02/25 To:u-boot at lists.d [PATCH] AVR32 removal due to lack of custodian. > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/125752 > > Are you still interestedin AVR32? Would you be willing to volunteer > to take over custodianship for this processor family? I fear i don't have enough time for maintaining a port, and i only have one AVR32 Board (the ATGNW100). I think Andreas would be a much better maintainer, IMHO he has much more knowledge on the AVR32 area. Regards, Sven