* [U-Boot] [PATCH] ARM: da850-evm: Remove dead/unneeded code
@ 2019-07-19 21:24 Adam Ford
2019-07-28 21:51 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2019-07-19 21:24 UTC (permalink / raw)
To: u-boot
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>
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index ccdac0abec..5d02c35279 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -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
*/
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ARM: da850-evm: Remove dead/unneeded code
2019-07-19 21:24 [U-Boot] [PATCH] ARM: da850-evm: Remove dead/unneeded code Adam Ford
@ 2019-07-28 21:51 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-07-28 21:51 UTC (permalink / raw)
To: u-boot
On Fri, Jul 19, 2019 at 04:24:50PM -0500, Adam Ford wrote:
> 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>
>
> diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
> index ccdac0abec..5d02c35279 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190728/ca89b5de/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-28 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19 21:24 [U-Boot] [PATCH] ARM: da850-evm: Remove dead/unneeded code Adam Ford
2019-07-28 21:51 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox