mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
8946034a31
commit
47f3d3c80b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue