diff options
| author | Simon Glass <[email protected]> | 2014-06-11 23:29:53 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-06-20 11:56:47 -0600 |
| commit | 47f3d3c80bfe70130054cb61ebbdbbfc61dc8267 (patch) | |
| tree | 571f91223b7d36ce4448c1e1075619448b521f88 /include | |
| parent | 8946034a311f80ca913f99f5c5691983d8b619c6 (diff) | |
tegra: Enable driver model
Enable driver model for Tegra boards.
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Diffstat (limited to 'include')
| -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 129acf2cbf8..3b88a83c04f 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 |
