mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
configs: Finish migration of CONFIG_ATMEL_SPI
With the previous temporary reverts, we need to re-complete the migration of CONFIG_ATMEL_SPI here now. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -86,7 +86,6 @@
|
|||||||
* SPI NOR (boot memory)
|
* SPI NOR (boot memory)
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_CMD_SF
|
#ifdef CONFIG_CMD_SF
|
||||||
#define CONFIG_ATMEL_SPI
|
|
||||||
#define CONFIG_ATMEL_SPI0
|
#define CONFIG_ATMEL_SPI0
|
||||||
#define CONFIG_SPI_FLASH_ATMEL
|
#define CONFIG_SPI_FLASH_ATMEL
|
||||||
#define CONFIG_SF_DEFAULT_BUS 0
|
#define CONFIG_SF_DEFAULT_BUS 0
|
||||||
|
@@ -38,7 +38,6 @@
|
|||||||
/* SerialFlash */
|
/* SerialFlash */
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_SF
|
#ifdef CONFIG_CMD_SF
|
||||||
#define CONFIG_ATMEL_SPI
|
|
||||||
#define CONFIG_ATMEL_SPI0
|
#define CONFIG_ATMEL_SPI0
|
||||||
#define CONFIG_SPI_FLASH_STMICRO
|
#define CONFIG_SPI_FLASH_STMICRO
|
||||||
#define CONFIG_SF_DEFAULT_BUS 0
|
#define CONFIG_SF_DEFAULT_BUS 0
|
||||||
|
Reference in New Issue
Block a user