mirror of
https://xff.cz/git/u-boot/
synced 2026-01-21 12:07:21 +01:00
bcmcygnus: Convert CONFIG_IPROC to Kconfig
Select this symbol as needed. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -553,6 +553,9 @@ config ARM64_SUPPORT_AARCH32
|
||||
help
|
||||
This ARM64 system supports AArch32 execution state.
|
||||
|
||||
config IPROC
|
||||
bool
|
||||
|
||||
config S5P
|
||||
def_bool y if ARCH_EXYNOS || ARCH_S5PC1XX
|
||||
|
||||
@@ -658,6 +661,7 @@ config TARGET_BCMCYGNUS
|
||||
bool "Support bcmcygnus"
|
||||
select CPU_V7A
|
||||
select GPIO_EXTRA_HEADER
|
||||
select IPROC
|
||||
imply BCM_SF2_ETH
|
||||
imply BCM_SF2_ETH_GMAC
|
||||
imply CMD_HASH
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
|
||||
#include <linux/stringify.h>
|
||||
|
||||
/* Architecture, CPU, chip, etc */
|
||||
#define CONFIG_IPROC
|
||||
|
||||
/* Memory Info */
|
||||
#define CFG_SYS_SDRAM_BASE 0x61000000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user