summaryrefslogtreecommitdiff
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-08-13 16:27:28 +0300
committerTom Rini <trini@konsulko.com>2019-08-20 18:46:38 +0300
commit5569304f1d729d3722cd6b2de78465dda2c73658 (patch)
treeb8e6ec7745f58f89eb83d2e31d6a25c9bbda7677 /include/configs/da850evm.h
parenta24b051a14227c5e38b00cf07b076ec8f45b97e1 (diff)
downloadu-boot-5569304f1d729d3722cd6b2de78465dda2c73658.tar.xz
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 <aford173@gmail.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r--include/configs/da850evm.h3
1 files changed, 0 insertions, 3 deletions
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