From: Adam Ford Date: Tue, 13 Aug 2019 13:27:28 +0000 (-0500) Subject: ARM: da850evm: Remove dead SPI Code X-Git-Tag: v2019.10-rc3~9^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5569304f1d729d3722cd6b2de78465dda2c73658;p=oweals%2Fu-boot.git ARM: da850evm: Remove dead SPI Code 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 9bd6da015e..3153ceb2d3 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -114,9 +114,6 @@ #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) #define CONFIG_SYS_SPI_CLK clk_get(DAVINCI_SPI1_CLKID) -#ifdef CONFIG_SPL_BUILD -#define CONFIG_SYS_SPI_BASE DAVINCI_SPI1_BASE -#endif #ifdef CONFIG_USE_SPIFLASH #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x8000