diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:18 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:22 -0700 |
commit | 30a0cdb65162cd9705f167b7efd9fbb087857f6a (patch) | |
tree | c49b3d017068b5eacddb2761a8d028e70472582d | |
parent | 00dffc9abe9b039900cab43722a9017ef5355de2 (diff) | |
download | u-boot-imx-30a0cdb65162cd9705f167b7efd9fbb087857f6a.zip u-boot-imx-30a0cdb65162cd9705f167b7efd9fbb087857f6a.tar.gz u-boot-imx-30a0cdb65162cd9705f167b7efd9fbb087857f6a.tar.bz2 |
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>
-rw-r--r-- | include/configs/ti_omap5_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index 2d492f8..d164e6a 100644 --- a/include/configs/ti_omap5_common.h +++ b/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 */ |