summaryrefslogtreecommitdiff
path: root/include/configs/ds109.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-11-21 22:22:22 +1300
committerStefan Roese <sr@denx.de>2018-11-30 10:58:10 +0100
commitf9c2548f7d9e42642ab58c7c39e3264aa2af354e (patch)
tree3dcfb9801011c537261985965fd4fd2f557ddc89 /include/configs/ds109.h
parent126461d7fa79bffe4c789f3d818001a2cbb5af8f (diff)
downloadu-boot-f9c2548f7d9e42642ab58c7c39e3264aa2af354e.tar.gz
arm: kirkwood: configs: ds109: Convert to DM_SPI
Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ds109.h')
-rw-r--r--include/configs/ds109.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index c06f0058de..2c7928e88c 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -38,7 +38,6 @@
#endif
#ifdef CONFIG_CMD_SF
-#define CONFIG_HARD_SPI 1
#define CONFIG_ENV_SPI_BUS 0
#define CONFIG_ENV_SPI_CS 0
#define CONFIG_ENV_SPI_MAX_HZ 50000000 /* 50 MHz */