
1 Aug
2019
1 Aug
'19
5:37 a.m.
On Wed, Jul 31, 2019 at 09:17:31AM -0500, Adam Ford wrote:
This reverts commit 877ab2423bc257045a06bc23d4b9440b82bda6fb.
The above patch was designed to shrink code by only pin-muxing items needed for SPL in SPL and relying on driver model or SPL to mux other items. Unfortunately, da850evm_direct_nor doesn't use SPL so items that were only muxed during SPL are not muxed causing the board to no longer boot.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/board/davinci/da8xxevm/da850evm.c b/board/davinci/da8xxevm/da850evm.c index fcf9334ba9..849905cf8a 100644
Applied to u-boot/master, thanks!
--
Tom