]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/km/km_arm.h
KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 18 Oct 2013 09:47:18 +0000 (11:47 +0200)
committerYork Sun <yorksun@freescale.com>
Thu, 24 Oct 2013 16:35:40 +0000 (09:35 -0700)
commit99f6249a0e7b36e4f9c1aa7b77a0814d883d96b2
tree26a8db0d2df84f555c8599be8295adf567108d25
parent0a4f88b98c098532bfe0a4a5f874e6e05708c4f3
KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init

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 <valentin.longchamp@keymile.com>
board/keymile/common/common.c
include/configs/km/km-powerpc.h
include/configs/km/km_arm.h