summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-04-28 15:36:03 +0530
committerJoe Hershberger <joe.hershberger@ni.com>2016-05-24 11:42:02 -0500
commit3d12e804956ca996b6621cd1e04fabd39b401882 (patch)
treee8f680da702b5e4a99b3fa0683b1419058bbd7ee
parent73443b9e4c451b17d1e08164ea933ee6a849b2b3 (diff)
downloadtalos-obmc-uboot-3d12e804956ca996b6621cd1e04fabd39b401882.tar.gz
talos-obmc-uboot-3d12e804956ca996b6621cd1e04fabd39b401882.zip
ti_omap5_common: eth: do not define DM_ETH for spl
Since omap's spl doesn't support DM currently, do not define DM_ETH for spl build. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
-rw-r--r--include/configs/ti_omap5_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index b049be49ee..2135af0db7 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -153,6 +153,7 @@
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_DM_MMC
#undef CONFIG_TIMER
+#undef CONFIG_DM_ETH
#endif
#endif /* __CONFIG_TI_OMAP5_COMMON_H */
OpenPOWER on IntegriCloud