diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-16 09:32:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-16 09:32:04 -0500 |
commit | ebca2083d3689c77c7d1365f1e6862b55abef8a2 (patch) | |
tree | 34cfd94b54d9ab2f76a67744f9297694dcdffda8 /include/configs | |
parent | 72061f78462dbe09b37ec4575874a046bb9c0b03 (diff) | |
parent | 8c1ce928f498774a3e2c3aa03534b6e6ca6d4759 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/clearfog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index 5061f6c6fd..bf87bac300 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -33,9 +33,7 @@ #define CONFIG_SYS_I2C_SPEED 100000 /* SPI NOR flash default params, used by sf commands */ -#define CONFIG_SF_DEFAULT_SPEED 1000000 -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_3 -#define CONFIG_SPI_FLASH_STMICRO +#define CONFIG_SF_DEFAULT_BUS 1 /* * SDIO/MMC Card Configuration |