ARM: tegra: move common config defines centrally
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Jan 2015 23:25:51 +0000 (16:25 -0700)
committerTom Warren <twarren@nvidia.com>
Wed, 4 Mar 2015 17:08:56 +0000 (10:08 -0700)
commit026baff755cbab0c8bfc12d78e6966718f5325a5
treecebb931682c87ab6d6e47faa811264c94c5166fc
parent56519c4f0498acdfb4dccd27bbb4b69a60cbb823
ARM: tegra: move common config defines centrally

All boards need CONFIG_BOARD_EARLY_INIT_F, and many actively need
CONFIG_BOARD_LATE_INIT. Move both of these into tegra-common.h so that
board config headers don't need to repeatedly define them.

Later commits will add new code in board_late_init() which applies to
all boards, so CONFIG_BOARD_LATE_INIT should be enabled for all Tegra
boards.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
20 files changed:
include/configs/apalis_t30.h
include/configs/beaver.h
include/configs/cardhu.h
include/configs/colibri_t20_iris.h
include/configs/colibri_t30.h
include/configs/dalmore.h
include/configs/harmony.h
include/configs/jetson-tk1.h
include/configs/medcom-wide.h
include/configs/nyan-big.h
include/configs/paz00.h
include/configs/plutux.h
include/configs/seaboard.h
include/configs/tec-ng.h
include/configs/tec.h
include/configs/tegra-common.h
include/configs/trimslice.h
include/configs/venice2.h
include/configs/ventana.h
include/configs/whistler.h