diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:13 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | ac3507dc5063ce189830f725bf0149df22cf7910 (patch) | |
tree | b83433102f986609ab60b835c4262c877b098f92 /include/configs | |
parent | 49d3fe52e2866903dc7ac4485d453f7b7ae2688f (diff) | |
download | u-boot-imx-ac3507dc5063ce189830f725bf0149df22cf7910.zip u-boot-imx-ac3507dc5063ce189830f725bf0149df22cf7910.tar.gz u-boot-imx-ac3507dc5063ce189830f725bf0149df22cf7910.tar.bz2 |
am335x_evm: 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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index cf6a606..6ebe0b3 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -357,6 +357,7 @@ */ #ifdef CONFIG_SPL_BUILD #undef CONFIG_DM_MMC +#undef CONFIG_TIMER #endif #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) |