commit | 5f0717d65c76a363b90ace982aa0a47a877c51ac | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Jul 19 16:24:50 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 27 13:36:53 2019 -0400 |
tree | a7223770346264bb65f99c3cc91e056a78482acd | |
parent | 3928b1de964da4d4c19316368eafeb46ac5b1359 [diff] |
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>