summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-11 23:29:53 -0600
committerSimon Glass <sjg@chromium.org>2014-06-20 11:56:47 -0600
commit47f3d3c80bfe70130054cb61ebbdbbfc61dc8267 (patch)
tree571f91223b7d36ce4448c1e1075619448b521f88 /include/configs/tegra-common.h
parent8946034a311f80ca913f99f5c5691983d8b619c6 (diff)
downloadtalos-obmc-uboot-47f3d3c80bfe70130054cb61ebbdbbfc61dc8267.tar.gz
talos-obmc-uboot-47f3d3c80bfe70130054cb61ebbdbbfc61dc8267.zip
tegra: Enable driver model
Enable driver model for Tegra boards. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 129acf2cbf..3b88a83c04 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -19,6 +19,9 @@
#include <asm/arch/tegra.h> /* get chip and board defs */
+#define CONFIG_DM
+#define CONFIG_CMD_DM
+
#define CONFIG_SYS_TIMER_RATE 1000000
#define CONFIG_SYS_TIMER_COUNTER NV_PA_TMRUS_BASE
OpenPOWER on IntegriCloud