From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 11:21:38 -0700 Subject: [U-Boot] [PATCH v4 05/11] KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init In-Reply-To: <1382089644-14595-6-git-send-email-valentin.longchamp@keymile.com> References: <1382089644-14595-1-git-send-email-valentin.longchamp@keymile.com> <1382089644-14595-6-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52617C32.4050106@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/18/2013 02:47 AM, Valentin Longchamp wrote: > This must be defined by a board support file that want to use the > keymile common.c board_eth_init function that requires ethernet_present > to be defined. > > Currently all the km architectures use it but the kmp204x architecture > later supported in this series does use another board_eth_init function > and thus does not define it. > > Signed-off-by: Valentin Longchamp > > --- > Changes in v4: None > Changes in v3: None > Changes in v2: > - add CONFIG_KM_COMMON_ETH_INIT for the km board that need the common.c > board_eth_init Applied to 85xx/next, pending merge to 85xx/master. York