diff options
| author | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
| commit | d814ff34a1ffb1e60059c964ad692c5c8fc8564b (patch) | |
| tree | ade7957449a4c2c394ac07d1319b6f4873cf4dc6 /include | |
| parent | 6d4a3ff2649faa2cf2739e332557f256cc34831e (diff) | |
| parent | d997ad034b6a2e840fefb8224bfd85391cafd71d (diff) | |
| download | u-boot-d814ff34a1ffb1e60059c964ad692c5c8fc8564b.tar.gz u-boot-d814ff34a1ffb1e60059c964ad692c5c8fc8564b.tar.xz u-boot-d814ff34a1ffb1e60059c964ad692c5c8fc8564b.zip | |
Merge git://git.denx.de/u-boot-marvell
- Some Kirkwood boards converted to DM_SPI by Chris
- New Armada-385 SoC revision printed by Chris
- Ethernet enable on mcbin by Baruch
- Support 2 DRAM banks on Armada-8k boards by Baruch
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dreamplug.h | 1 | ||||
| -rw-r--r-- | include/configs/ds109.h | 1 |
2 files changed, 0 insertions, 2 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 */ 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 */ |
