
22 Mar
2009
22 Mar
'09
3:21 p.m.
Dear Jon,
In message 9e4733910903220701h104932cdu6b226e5c05e9b3d4@mail.gmail.com you wrote:
I've test this version with the eeprom and it works correctly.
It may work, but such a macro definition violates some rules.
+#define printf(format, arg...) if (gd->have_console) printf(format, ## arg)
There are only a few places in cpu/mpc5xxx/i2c.c where printf() is used that we should explicitly code this, there.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Your own mileage may vary.