Re: [U-Boot] [PATCH V2] ARM: fix s3c24x0 timer code

2011-12-19 Thread Albert ARIBAUD
Hi Andreas, Le 08/12/2011 13:58, Andreas Bießmann a écrit : Dear David Müller, Am 08.12.2011 13:23, schrieb David Müller: This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Muellerd.muel...@elsoft.ch ---

[U-Boot] [PATCH V2] ARM: fix s3c24x0 timer code

2011-12-08 Thread David Müller
This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller d.muel...@elsoft.ch --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 40 +++-- arch/arm/include/asm/global_data.h |7 ++ 2 files changed, 25

Re: [U-Boot] [PATCH V2] ARM: fix s3c24x0 timer code

2011-12-08 Thread Andreas Bießmann
Dear David Müller, Am 08.12.2011 13:23, schrieb David Müller: This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller d.muel...@elsoft.ch --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 40 +++--