summaryrefslogtreecommitdiff
path: root/env/sf.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-23 13:52:53 -0400
committerTom Rini <trini@konsulko.com>2022-05-23 13:52:53 -0400
commitc04a418d520005d2cbad5d5f9e3d52dfe58f0e00 (patch)
treefba72973e7f91d3375c42c5e854dc0c90cf1583f /env/sf.c
parent004d30c786056d443d40428c4b1c11e2f8f0bc32 (diff)
parentfaa6ce6061a03617785310ccbc5436a56cce4ab4 (diff)
Merge branch '2022-05-23-regression-fixes'
- Fix PowerPC NOR booting, important SPI uclass fixes/updates, gic_v2 fix when CPU is not in EL3, fsl_esdhc_spl fix, and squashfs fix for linking on some architectures, and fix phy_string_for_interface
Diffstat (limited to 'env/sf.c')
-rw-r--r--env/sf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/env/sf.c b/env/sf.c
index d2c07cd7168..4b768542c14 100644
--- a/env/sf.c
+++ b/env/sf.c
@@ -48,7 +48,6 @@ static int setup_flash_device(struct spi_flash **env_flash)
/* speed and mode will be read from DT */
ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,
- CONFIG_ENV_SPI_MAX_HZ, CONFIG_ENV_SPI_MODE,
&new);
if (ret) {
env_set_default("spi_flash_probe_bus_cs() failed", 0);