diff options
author | Adam Ford <aford173@gmail.com> | 2019-07-19 16:24:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-27 13:36:53 -0400 |
commit | 3851f9be6b8c82eee89b363c72cbbff7ca7fd26e (patch) | |
tree | a7223770346264bb65f99c3cc91e056a78482acd | |
parent | 0d54e3bd47f0237740893cfe22c34ff7ccc9dcd3 (diff) | |
download | u-boot-3851f9be6b8c82eee89b363c72cbbff7ca7fd26e.tar.gz |
ARM: da850-evm: Remove dead/unneeded code
The DA8850-evm supports DM_I2C and boots with SPL_DM, so we can
drop some of the code which disables DM_I2C in SPL. This
patch removes some #undef's now rendered obsolete.
Signed-off-by: Adam Ford <aford173@gmail.com>
-rw-r--r-- | include/configs/da850evm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 7550745a5b..2dab17afab 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -19,14 +19,6 @@ #endif /* -* Disable DM_* for SPL build and can be re-enabled after adding -* DM support in SPL -*/ -#ifdef CONFIG_SPL_BUILD -#undef CONFIG_DM_I2C -#undef CONFIG_DM_I2C_COMPAT -#endif -/* * SoC Configuration */ #define CONFIG_SYS_EXCEPTION_VECTORS_HIGH |