summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-24 16:08:13 +0530
committerSimon Glass <sjg@chromium.org>2016-01-20 19:06:21 -0700
commitac3507dc5063ce189830f725bf0149df22cf7910 (patch)
treeb83433102f986609ab60b835c4262c877b098f92 /include/configs/am335x_evm.h
parent49d3fe52e2866903dc7ac4485d453f7b7ae2688f (diff)
downloadtalos-obmc-uboot-ac3507dc5063ce189830f725bf0149df22cf7910.tar.gz
talos-obmc-uboot-ac3507dc5063ce189830f725bf0149df22cf7910.zip
am335x_evm: timer: do not define CONFIG_TIMER for spl
Since OMAP's spl doesn't support DM currently, do not define CONFIG_TIMER for spl build. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index cf6a6063b5..6ebe0b3866 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -357,6 +357,7 @@
*/
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_DM_MMC
+#undef CONFIG_TIMER
#endif
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT)
OpenPOWER on IntegriCloud