diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-11-21 22:22:23 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-11-30 10:58:10 +0100 |
commit | 6aaf76beb131c2ff2b7184c2d63c2c63e5ab339c (patch) | |
tree | 51f6311c3ea064e5606fc05279a613c5f1c13c80 /include/configs/dreamplug.h | |
parent | f9c2548f7d9e42642ab58c7c39e3264aa2af354e (diff) | |
download | u-boot-6aaf76beb131c2ff2b7184c2d63c2c63e5ab339c.tar.gz |
arm: kirkwood: configs: dreamplug: 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/dreamplug.h')
-rw-r--r-- | include/configs/dreamplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 1c94bf9fa1..f4d717213c 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -35,7 +35,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 */ |