
On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini tom.rini@gmail.com wrote:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function arch/arm/cpu/arm926ejs/cache.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) This is a bugfix to the cache changes that were pushed before and without them some boards get stuck in an infinite loop.
This is now:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function
Manfred Rudigier (1): davinci: Fixed wrong timebase clock frequency.
arch/arm/cpu/arm926ejs/cache.c | 5 ----- arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +- 2 files changed, 1 insertions(+), 6 deletions(-)
The change from Manfred corrects get_tbclk() to return the right value (CONFIG_SYS_HZ_TIMER, basically) rather than CONFIG_SYS_HZ which is not at all the same.