mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
microblaze: Remove XILINX_SPI_FLASH_BASEADDR logic
XILINX_SPI_FLASH_BASEADDR logic has been converted to DM that's why there is no reason to depend on this address anymore. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0bd83060c2
commit
f4da871a7f
1 changed files with 0 additions and 7 deletions
|
@ -19,16 +19,10 @@
|
|||
#undef SPIFLASH
|
||||
#undef RAMENV /* hold environment in flash */
|
||||
#else
|
||||
#ifdef XILINX_SPI_FLASH_BASEADDR
|
||||
#undef FLASH
|
||||
#define SPIFLASH
|
||||
#undef RAMENV /* hold environment in flash */
|
||||
#else
|
||||
#undef FLASH
|
||||
#undef SPIFLASH
|
||||
#define RAMENV /* hold environment in RAM */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* uart */
|
||||
/* The following table includes the supported baudrates */
|
||||
|
@ -91,7 +85,6 @@
|
|||
#else /* !FLASH */
|
||||
|
||||
#ifdef SPIFLASH
|
||||
# define CONFIG_SYS_SPI_BASE XILINX_SPI_FLASH_BASEADDR
|
||||
# define CONFIG_SF_DEFAULT_MODE SPI_MODE_3
|
||||
# define CONFIG_SF_DEFAULT_SPEED XILINX_SPI_FLASH_MAX_FREQ
|
||||
# define CONFIG_SF_DEFAULT_CS XILINX_SPI_FLASH_CS
|
||||
|
|
Loading…
Reference in a new issue