mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-12 08:01:24 +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:
parent
e80fa2c2c0
commit
df0370bc41
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user