[U-Boot] [PATCH] smc91xx_eeprom: Correct chip detection check.

2010-06-12 Thread Juergen Kilb
From: Juergen Kilb The smc911x_detect function in /net/driver/net/smc911x.c returns a 0 if everything was ok (a chip was found) and -1 else. In the standalone example 'smc911x_eeprom' the return value of smc911x_detect is interpreted in a different way (0 for error, !0 as OK). This le

Re: [U-Boot] [PATCH] i.MX31: switch to CFG_HZ=1000

2008-08-13 Thread Juergen Kilb
Hi Guennadi, > Switch to the standard CFG_HZ=1000 value, while at it, minor white-space > cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, > provides 2% or 0.4% precision depending on the > CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s > boot-delay.