]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Blackfin: avoid get_sclk() with early serial debug
authorMike Frysinger <vapier@gentoo.org>
Sat, 25 Apr 2009 03:54:19 +0000 (23:54 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 6 May 2009 12:47:27 +0000 (08:47 -0400)
commitf58bf804a14324c6c9186a7a664fa23281780e8b
treeb0cb13c712d73908486d65211690d1a6f6b5f5a7
parent02778f2f1b4b1a28b492367477db27c58d45ae35
Blackfin: avoid get_sclk() with early serial debug

When the clock functions were changed to use cached values (and thereby
avoiding expensive math functions), early serial debug broke because the
baud programming is called before external memory is available.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/serial.h