|
@@ -19,16 +19,16 @@
|
|
|
#include <dm/device-internal.h>
|
|
|
|
|
|
#ifndef CONFIG_ENV_SPI_BUS
|
|
|
-# define CONFIG_ENV_SPI_BUS 0
|
|
|
+# define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
|
|
|
#endif
|
|
|
#ifndef CONFIG_ENV_SPI_CS
|
|
|
-# define CONFIG_ENV_SPI_CS 0
|
|
|
+# define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
|
|
|
#endif
|
|
|
#ifndef CONFIG_ENV_SPI_MAX_HZ
|
|
|
-# define CONFIG_ENV_SPI_MAX_HZ 1000000
|
|
|
+# define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
|
|
|
#endif
|
|
|
#ifndef CONFIG_ENV_SPI_MODE
|
|
|
-# define CONFIG_ENV_SPI_MODE SPI_MODE_3
|
|
|
+# define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
|
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_ENV_OFFSET_REDUND
|