浏览代码

ti_omap5_common: 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>
Mugunthan V N 9 年之前
父节点
当前提交
30a0cdb651
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/configs/ti_omap5_common.h

+ 1 - 0
include/configs/ti_omap5_common.h

@@ -164,6 +164,7 @@
  */
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_DM_MMC
+#undef CONFIG_TIMER
 #endif
 
 #endif /* __CONFIG_TI_OMAP5_COMMON_H */