projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3401a
)
defconfig: dra72_evm: enable timer driver model
author
Mugunthan V N
<mugunthanvnm@ti.com>
Thu, 24 Dec 2015 10:38:20 +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 dra72_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/dra72_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/dra72_evm_defconfig
b/configs/dra72_evm_defconfig
index b57ecca6968076b75bcdf80592a79ac50020b325..32d1dc1d2b4a2fcc41aab2921e4517e03dd06ab4 100644
(file)
--- a/
configs/dra72_evm_defconfig
+++ b/
configs/dra72_evm_defconfig
@@
-22,3
+22,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