ti_omap5_common: eth: do not define DM_ETH for spl
authorMugunthan V N <[email protected]>
Thu, 28 Apr 2016 10:06:03 +0000 (15:36 +0530)
committerJoe Hershberger <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
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 */