Re: [U-Boot] [PATCH] ARM: da850evm: Remove dead SPI Code

2019-08-21 Thread Tom Rini
On Tue, Aug 13, 2019 at 08:27:28AM -0500, Adam Ford wrote: > With SPL now supporting DM_SPI, the need for compiler directives > and hard-coded addresses is obsolete. This patch removes some > dead legacy code defining the SPI base address > > Signed-off-by: Adam Ford > > diff --git a/include/c

[U-Boot] [PATCH] ARM: da850evm: Remove dead SPI Code

2019-08-13 Thread Adam Ford
With SPL now supporting DM_SPI, the need for compiler directives and hard-coded addresses is obsolete. This patch removes some dead legacy code defining the SPI base address Signed-off-by: Adam Ford diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 96c3bba9e4..271c4df12