]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5200: suppress printf until console initialized
authorJon Smirl <jonsmirl@gmail.com>
Mon, 23 Mar 2009 02:55:45 +0000 (22:55 -0400)
committerWolfgang Denk <wd@denx.de>
Wed, 25 Mar 2009 21:50:04 +0000 (22:50 +0100)
commit33e88c557b29c84c52039ba05993fa70fe62afe3
treed700cf0ba3ec21f2967697c5f752c2f6a19bf3cc
parent2c5bd16af132bb6e9158c43fc6206fa0f1f501c1
mpc5200: suppress printf until console initialized

On boards which have the environment in eeprom, i2c_init() is called
before the console and RAM are initialized.
Suppress printfs until the console is initialized.

Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: Heiko Schocher <hs@denx.de>
cpu/mpc5xxx/i2c.c