mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
0d54e3bd47
commit
3851f9be6b
1 changed files with 0 additions and 8 deletions
|
@ -18,14 +18,6 @@
|
|||
#define CONFIG_USE_SPIFLASH
|
||||
#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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue