]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ti_omap5_common: eth: do not define DM_ETH for spl
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 28 Apr 2016 10:06:03 +0000 (15:36 +0530)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 24 May 2016 16:42:02 +0000 (11:42 -0500)
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>
include/configs/ti_omap5_common.h

index b049be49eefe5a0ee15b60ea9d007a7e2255db56..2135af0db739f251bf075d6f5cc6ff5bae63ad72 100644 (file)
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
 #undef CONFIG_TIMER
+#undef CONFIG_DM_ETH
 #endif
 
 #endif /* __CONFIG_TI_OMAP5_COMMON_H */