From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Tue, 16 Feb 2010 09:23:32 -0600 Subject: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation In-Reply-To: <4B7A3880.5020204@esd.eu> References: <4B77DC8B.6050209@scharsoft.de> <4B7A3880.5020204@esd.eu> Message-ID: <4B7AB874.7030601@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Daniel Gorsulowski wrote: > Jens Scharsig wrote: >> * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access >> * add need register flags >> >> >> Signed-off-by: Jens Scharsig >> --- >> cpu/arm926ejs/at91/clock.c | 7 ++++--- >> include/asm-arm/arch-at91/at91_pmc.h | 3 +++ >> 2 files changed, 7 insertions(+), 3 deletions(-) >> > ... > > Thank you, now the updated otc570 builds without errors. > I didn't check, whether the board boots, but I guess it does. > Were you going to check in the next couple of days ? Tom > Regards, > Daniel Gorsulowski