projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a2127
)
defconfig: dra74_evm: enable timer driver model
author
Mugunthan V N
<mugunthanvnm@ti.com>
Thu, 24 Dec 2015 10:38:22 +0000
(16:08 +0530)
committer
Simon Glass
<sjg@chromium.org>
Thu, 21 Jan 2016 02:06:22 +0000
(19:06 -0700)
Enable timer driver model for dra74_evm_defconfig as omap-timer
supports driver model.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/dra74_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/dra74_evm_defconfig
b/configs/dra74_evm_defconfig
index 6e5a7051a430eebea2b1cdecdaf78508b096604e..99462619095f4f82e9c84017bcbbb26ef2de8418 100644
(file)
--- a/
configs/dra74_evm_defconfig
+++ b/
configs/dra74_evm_defconfig
@@
-21,3
+21,5
@@
CONFIG_SYS_NS16550=y
CONFIG_TI_QSPI=y
CONFIG_DM_SPI=y
CONFIG_DM_SPI_FLASH=y
+CONFIG_TIMER=y
+CONFIG_OMAP_TIMER=y