mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
treewide: Remove unused FSL QSPI config options for Layerscape platforms
Some of these options are not used by the driver anymore and some of them are obsolete as the information is gathered from the dt. Also consolidating defines in common headers. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
ed9a3aa645
commit
c93ad777b8
17 changed files with 2 additions and 127 deletions
|
@ -306,7 +306,6 @@
|
|||
#define CONFIG_SYS_FSL_ESDHC_BE
|
||||
#define CONFIG_SYS_FSL_WDOG_BE
|
||||
#define CONFIG_SYS_FSL_DSPI_BE
|
||||
#define CONFIG_SYS_FSL_QSPI_BE
|
||||
#define CONFIG_SYS_FSL_CCSR_GUR_BE
|
||||
#define CONFIG_SYS_FSL_PEX_LUT_BE
|
||||
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
#define CONFIG_SYS_FSL_ESDHC_BE
|
||||
#define CONFIG_SYS_FSL_WDOG_BE
|
||||
#define CONFIG_SYS_FSL_DSPI_BE
|
||||
#define CONFIG_SYS_FSL_QSPI_BE
|
||||
#define CONFIG_SYS_FSL_DCU_BE
|
||||
#define CONFIG_SYS_FSL_SEC_MON_LE
|
||||
#define CONFIG_SYS_FSL_SFP_VER_3_2
|
||||
|
|
|
@ -37,23 +37,9 @@
|
|||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)
|
||||
|
||||
/*SPI device */
|
||||
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_TFABOOT)
|
||||
#define CONFIG_SYS_FMAN_FW_ADDR 0x400d0000
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x40000000
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#define CONFIG_FSL_SPI_INTERFACE
|
||||
#define CONFIG_SF_DATAFLASH
|
||||
|
||||
#define QSPI0_AMBA_BASE 0x40000000
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
|
||||
#define FSL_QSPI_FLASH_SIZE SZ_64M
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
#endif
|
||||
|
||||
/* SATA */
|
||||
#define CONFIG_SCSI_AHCI_PLAT
|
||||
|
|
|
@ -34,9 +34,6 @@
|
|||
func(DHCP, dhcp, na)
|
||||
#endif
|
||||
|
||||
#undef FSL_QSPI_FLASH_SIZE
|
||||
#define FSL_QSPI_FLASH_SIZE SZ_16M
|
||||
|
||||
/* MMC */
|
||||
#ifdef CONFIG_MMC
|
||||
#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
|
||||
|
|
|
@ -15,9 +15,6 @@
|
|||
#define CONFIG_SYS_SDRAM_SIZE 0x40000000
|
||||
#define CONFIG_CMD_MEMINFO
|
||||
|
||||
|
||||
/* ENV */
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x40000000
|
||||
/*
|
||||
* I2C IO expander
|
||||
*/
|
||||
|
|
|
@ -138,12 +138,6 @@
|
|||
/* SPI */
|
||||
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
|
||||
/* QSPI */
|
||||
#define QSPI0_AMBA_BASE 0x40000000
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 24)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#endif
|
||||
|
||||
/* DM SPI */
|
||||
|
|
|
@ -363,20 +363,9 @@ unsigned long get_board_ddr_clk(void);
|
|||
* MMC
|
||||
*/
|
||||
|
||||
/* SPI */
|
||||
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
/* QSPI */
|
||||
#define QSPI0_AMBA_BASE 0x40000000
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 24)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
|
||||
/* DSPI */
|
||||
|
||||
/* DM SPI */
|
||||
#if defined(CONFIG_FSL_DSPI) || defined(CONFIG_FSL_QSPI)
|
||||
#define CONFIG_DM_SPI_FLASH
|
||||
#define CONFIG_SPI_FLASH_DATAFLASH
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -234,16 +234,6 @@
|
|||
* MMC
|
||||
*/
|
||||
|
||||
/* SPI */
|
||||
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
/* QSPI */
|
||||
#define QSPI0_AMBA_BASE 0x40000000
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 24)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
|
||||
/* DSPI */
|
||||
#endif
|
||||
|
||||
/* DM SPI */
|
||||
#if defined(CONFIG_FSL_DSPI) || defined(CONFIG_FSL_QSPI)
|
||||
#define CONFIG_DM_SPI_FLASH
|
||||
|
|
|
@ -381,8 +381,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
(defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI))
|
||||
#ifdef CONFIG_FSL_QSPI
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 24)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -96,10 +96,7 @@
|
|||
/*
|
||||
* Environment
|
||||
*/
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x40000000
|
||||
|
||||
/* FMan */
|
||||
|
@ -117,12 +114,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
/* QSPI device */
|
||||
#ifdef CONFIG_FSL_QSPI
|
||||
#define FSL_QSPI_FLASH_SIZE SZ_64M
|
||||
#define FSL_QSPI_FLASH_NUM 1
|
||||
#endif
|
||||
|
||||
#undef CONFIG_BOOTCOMMAND
|
||||
#define QSPI_NOR_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \
|
||||
"env exists secureboot && esbc_halt;;"
|
||||
|
|
|
@ -46,8 +46,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
#ifdef CONFIG_FSL_QSPI
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 24)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -419,16 +417,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
/*
|
||||
* Environment
|
||||
*/
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
#else
|
||||
#ifdef CONFIG_NAND_BOOT
|
||||
#elif defined(CONFIG_SD_BOOT)
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
|
||||
|
|
|
@ -153,19 +153,8 @@
|
|||
/*
|
||||
* Environment
|
||||
*/
|
||||
#ifndef SPL_NO_ENV
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x40000000
|
||||
#else
|
||||
#if defined(CONFIG_SD_BOOT)
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define AQR105_IRQ_MASK 0x80000000
|
||||
/* FMan */
|
||||
|
@ -190,8 +179,6 @@
|
|||
#ifndef SPL_NO_QSPI
|
||||
#ifdef CONFIG_FSL_QSPI
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 26)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -35,13 +35,7 @@
|
|||
#endif
|
||||
|
||||
/* Link Definitions */
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x20000000
|
||||
#else
|
||||
#ifdef CONFIG_QSPI_BOOT
|
||||
#define CONFIG_SYS_FSL_QSPI_BASE 0x20000000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
|
|
|
@ -358,14 +358,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
|
||||
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
|
||||
|
||||
/* QSPI device */
|
||||
#if defined(CONFIG_TFABOOT) || \
|
||||
defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 26)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FSL_DSPI
|
||||
#define CONFIG_SPI_FLASH_STMICRO
|
||||
#define CONFIG_SPI_FLASH_SST
|
||||
|
|
|
@ -8,16 +8,7 @@
|
|||
|
||||
#include "ls1088a_common.h"
|
||||
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
#else
|
||||
#if defined(CONFIG_QSPI_BOOT)
|
||||
#elif defined(CONFIG_SD_BOOT)
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0
|
||||
#else
|
||||
#define CONFIG_ENV_IS_IN_FLASH
|
||||
#endif
|
||||
#endif /* CONFIG_TFABOOT */
|
||||
|
||||
#if defined(CONFIG_TFABOOT) || \
|
||||
defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
|
@ -268,15 +259,6 @@
|
|||
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
|
||||
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
|
||||
|
||||
#ifndef SPL_NO_QSPI
|
||||
/* QSPI device */
|
||||
#if defined(CONFIG_TFABOOT) || \
|
||||
defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 26)
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMD_MEMINFO
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
|
|
|
@ -276,7 +276,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
#define I2C_MUX_CH_DEFAULT 0x8
|
||||
|
||||
/* SPI */
|
||||
#if defined(CONFIG_FSL_QSPI) || defined(CONFIG_FSL_DSPI)
|
||||
#ifdef CONFIG_FSL_DSPI
|
||||
#define CONFIG_SPI_FLASH_STMICRO
|
||||
#define CONFIG_SPI_FLASH_SST
|
||||
|
@ -285,8 +284,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#ifdef CONFIG_FSL_QSPI
|
||||
#define CONFIG_SPI_FLASH_SPANSION
|
||||
#define FSL_QSPI_FLASH_SIZE (1 << 26) /* 64MB */
|
||||
#define FSL_QSPI_FLASH_NUM 4
|
||||
#endif
|
||||
/*
|
||||
* Verify QSPI when boot from NAND, QIXIS brdcfg9 need configure.
|
||||
|
@ -295,8 +292,6 @@ unsigned long get_board_ddr_clk(void);
|
|||
*/
|
||||
#define FSL_QIXIS_BRDCFG9_QSPI 0x1
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* MMC
|
||||
*/
|
||||
|
|
|
@ -273,13 +273,9 @@ unsigned long get_board_sys_clk(void);
|
|||
#define I2C_MUX_CH_DEFAULT 0x8
|
||||
|
||||
/* SPI */
|
||||
#if defined(CONFIG_FSL_QSPI) || defined(CONFIG_FSL_DSPI)
|
||||
#ifdef CONFIG_FSL_DSPI
|
||||
#if defined(CONFIG_FSL_DSPI)
|
||||
#define CONFIG_SPI_FLASH_STMICRO
|
||||
#endif
|
||||
#define FSL_QSPI_FLASH_SIZE SZ_64M /* 64MB */
|
||||
#define FSL_QSPI_FLASH_NUM 2
|
||||
#endif
|
||||
|
||||
/*
|
||||
* RTC configuration
|
||||
|
|
Loading…
Reference in a new issue