arm: Remove use of board_early_init_r/last_stage_init()
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:46 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:59 +0000 (16:13 -0400)
commitea8c37da8eefbb5253b6c2990269f23abac3e97d
tree09106e76bc9046ed969973886e66cb64ba8f2281
parent8cae8a68ed3e6182241960c5520daf40345296bd
arm: Remove use of board_early_init_r/last_stage_init()

These boards define CONFIG_LAST_STAGE_INIT and CONFIG_BOARD_EARLY_INIT_R
but these options are not available on ARM. Move them into the powerpc
common file instead.

This change affects: km_kirkwood_pci, mgcoge3un, kmnusa, kmcoge5un,
km_kirkwood and portl2.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/km/keymile-common.h
include/configs/km/km-powerpc.h