Convert CONFIG_ENV_SPI_* to Kconfig
[project/bcm63xx/u-boot.git] / arch / arm / mach-mvebu / include / mach / config.h
index e3235fc67ecdac3c5cca951dc6268456b6d08f4b..71c4f70efc9e56b0cde72e5b636f735ed9cee539 100644 (file)
 
 #define MV_UART_CONSOLE_BASE           MVEBU_UART0_BASE
 
-/*
- * SPI Flash configuration
- */
-#ifdef CONFIG_CMD_SF
-#ifndef CONFIG_ENV_SPI_BUS
-# define CONFIG_ENV_SPI_BUS            0
-#endif
-#ifndef CONFIG_ENV_SPI_CS
-# define CONFIG_ENV_SPI_CS             0
-#endif
-#ifndef CONFIG_ENV_SPI_MAX_HZ
-# define CONFIG_ENV_SPI_MAX_HZ         50000000
-#endif
-#endif
-
 /* Needed for SPI NOR booting in SPL */
 #define CONFIG_DM_SEQ_ALIAS            1