Re: [U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Some boards use AT91_SLOW_CLOCK and other use > CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs > clock code will return which ever is set. > > Signed-off-by: Alex Waterman > --- > arch/arm/cpu/arm926ejs/at91/clock.c |4 > 1 files changed, 4 insert

[U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code.

2011-06-30 Thread Alex.Waterman.awaterman
From: Alex Waterman Some boards use AT91_SLOW_CLOCK and other use CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs clock code will return which ever is set. Signed-off-by: Alex Waterman --- arch/arm/cpu/arm926ejs/at91/clock.c |4 1 files changed, 4 insertions(+), 0 del

[U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code.

2011-06-30 Thread Alex Waterman
Some boards use AT91_SLOW_CLOCK and other use CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs clock code will return which ever is set. Signed-off-by: Alex Waterman --- arch/arm/cpu/arm926ejs/at91/clock.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git