From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Mon, 09 Jan 2012 11:19:30 +0100 Subject: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code In-Reply-To: <1324552597-13099-1-git-send-email-d.mueller@elsoft.ch> References: <4CB2F602.30103@elsoft.ch> <1324552597-13099-1-git-send-email-d.mueller@elsoft.ch> Message-ID: <4F0ABF32.80201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear David M?ller, On 22.12.2011 12:16, David M?ller wrote: > This patch fixes the s3c24x0 timer code to work with the ARM > relocation feature. > > Signed-off-by: David Mueller > > --- > arch/arm/cpu/arm920t/s3c24x0/timer.c | 64 ++++++++++----------------------- > 1 files changed, 20 insertions(+), 44 deletions(-) > > Changes for V2: > - rebase to master > > Changes for V3: > - do not introduce new fields in the global_data structure but use the > existing ones seems really better to me. > - simplify code by removing support for obsoleted SMDK2400 / > SBC2410X boards best regards Andreas Bie?mann