[U-Boot] [PATCH 1/3] powerpc: common updates for keymile boards

Kim Phillips kim.phillips at freescale.com
Wed Mar 11 19:01:17 CET 2009


On Wed, 11 Mar 2009 09:04:39 +0100
Heiko Schocher <hs at 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


More information about the U-Boot mailing list