diff options
author | Simon Glass <sjg@chromium.org> | 2014-06-11 23:29:53 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-06-20 11:56:47 -0600 |
commit | 47f3d3c80bfe70130054cb61ebbdbbfc61dc8267 (patch) | |
tree | 571f91223b7d36ce4448c1e1075619448b521f88 /include/configs | |
parent | 8946034a311f80ca913f99f5c5691983d8b619c6 (diff) | |
download | u-boot-imx-47f3d3c80bfe70130054cb61ebbdbbfc61dc8267.zip u-boot-imx-47f3d3c80bfe70130054cb61ebbdbbfc61dc8267.tar.gz u-boot-imx-47f3d3c80bfe70130054cb61ebbdbbfc61dc8267.tar.bz2 |
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')
-rw-r--r-- | include/configs/tegra-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 129acf2..3b88a83 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 |