
11 Mar
2009
11 Mar
'09
7:01 p.m.
On Wed, 11 Mar 2009 09:04:39 +0100 Heiko Schocher hs@denx.de wrote:
- added to keymile-common.h:
- bootcount support for kmeter1
I don't see this.
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h index 49a801f..f7fc6c5 100644 --- a/include/configs/kmeter1.h +++ b/include/configs/kmeter1.h @@ -33,6 +33,7 @@ /* include common defines/options for all Keymile boards */ #include "keymile-common.h"
+#undef CONFIG_SYS_I2C_INIT_BOARD
personally, I'd favour setting this in the individual board configs, rather than #defining and then #undefing it in the less common case. But they're your boards, and thus ultimately your call.
Kim