summaryrefslogtreecommitdiffstats
path: root/include/configs/whistler.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-01-19 16:25:51 -0700
committerTom Warren <twarren@nvidia.com>2015-03-04 10:08:56 -0700
commit026baff755cbab0c8bfc12d78e6966718f5325a5 (patch)
treecebb931682c87ab6d6e47faa811264c94c5166fc /include/configs/whistler.h
parent56519c4f0498acdfb4dccd27bbb4b69a60cbb823 (diff)
downloadblackbird-obmc-uboot-026baff755cbab0c8bfc12d78e6966718f5325a5.tar.gz
blackbird-obmc-uboot-026baff755cbab0c8bfc12d78e6966718f5325a5.zip
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>
Diffstat (limited to 'include/configs/whistler.h')
-rw-r--r--include/configs/whistler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index e083cbd07f..94f151e9be 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
@@ -22,8 +22,6 @@
#define CONFIG_MACH_TYPE MACH_TYPE_WHISTLER
-#define CONFIG_BOARD_EARLY_INIT_F
-
/* I2C */
#define CONFIG_SYS_I2C_TEGRA
#define CONFIG_CMD_I2C
OpenPOWER on IntegriCloud