mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
arm: ls102xa: Migrate LS102XA_STREAM_ID
This symbol appears to be globally used in the architecture, select it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d5596cbc6e
commit
00faea644a
6 changed files with 4 additions and 14 deletions
|
@ -2,6 +2,7 @@ config ARCH_LS1021A
|
|||
bool
|
||||
select FSL_DEVICE_DISABLE
|
||||
select FSL_IFC if !QSPI_BOOT && !SD_BOOT_QSPI
|
||||
select LS102XA_STREAM_ID
|
||||
select SYS_FSL_DDR_BE if SYS_FSL_DDR
|
||||
select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
|
||||
select SYS_FSL_IFC_BE
|
||||
|
@ -37,6 +38,9 @@ config FSL_DEVICE_DISABLE
|
|||
config LS1_DEEP_SLEEP
|
||||
bool "Deep sleep"
|
||||
|
||||
config LS102XA_STREAM_ID
|
||||
bool
|
||||
|
||||
config MAX_CPUS
|
||||
int "Maximum number of CPUs permitted for LS102xA"
|
||||
default 2
|
||||
|
|
|
@ -168,12 +168,6 @@
|
|||
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
*/
|
||||
|
||||
#define CONFIG_LS102XA_STREAM_ID
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
|
|
@ -103,8 +103,6 @@
|
|||
*/
|
||||
#define CFG_SYS_BOOTMAPSZ (256 << 20)
|
||||
|
||||
#define CONFIG_LS102XA_STREAM_ID
|
||||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#endif
|
||||
|
|
|
@ -295,8 +295,6 @@
|
|||
*/
|
||||
#define CFG_SYS_BOOTMAPSZ (256 << 20)
|
||||
|
||||
#define CONFIG_LS102XA_STREAM_ID
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
|
|
@ -140,8 +140,6 @@
|
|||
/* Miscellaneous configurable options */
|
||||
#define CFG_SYS_BOOTMAPSZ (256 << 20)
|
||||
|
||||
#define CONFIG_LS102XA_STREAM_ID
|
||||
|
||||
/* Environment */
|
||||
|
||||
#endif
|
||||
|
|
|
@ -297,8 +297,6 @@
|
|||
*/
|
||||
#define CFG_SYS_BOOTMAPSZ (256 << 20)
|
||||
|
||||
#define CONFIG_LS102XA_STREAM_ID
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue