Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: ... > > + /* > > + * We assume that each 10MHz of bus clock require 1-clk SCY > > + * adjustment. > > + */ > > + clk_diff = (gd->bus_clk / 1000000) - 50; > > Indentation looks wrong here. ... > And here. And other places below too.
Indeed. I didn't see this when copy&pasting the code from the code from the old flash.c driver. Will send a separate cleanup patch. Thanks for pointing out. 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: [EMAIL PROTECTED] All he had was nothing, but that was something, and now it had been taken away. - Terry Pratchett, _Sourcery_ _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

