summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorHai Pham <hai.pham.ud@renesas.com>2023-03-01 00:22:03 +0300
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-07 15:33:46 +0300
commit5a3b074255df037c10e02ce1134a1b605cf7611f (patch)
treea26274b87aa577924e5a3f20ed3058dc7f7e8dab /common/Kconfig
parentb0b77fdf3d7d2c1a5e48c3971a677f14e372c164 (diff)
downloadu-boot-5a3b074255df037c10e02ce1134a1b605cf7611f.tar.xz
ARM: rmobile: Add R-Car Generation 4 support
This adds R-Car Generation 4 (Gen4) support as Renesas ARM64 SoC. In this version, reusing R-Car Gen3 lowlevel initialize routine [1] and R-Car Gen3 memory map tables [2] . [1] arch/arm/mach-rmobile/lowlevel_init_gen3.S [2] arch/arm/mach-rmobile/memmap-gen3.c Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: - Enable DTO support by default - Sort the Kconfig lists - Select RCAR_64 Kconfig option to pull in all the shared Kconfig options with Gen3, and use where applicable to deduplicate entries. - Fix reference [2] typo in commit message - Drop config options moved to Kconfig, rename rest to CFG_ accordingly to synchronize with upstream changes. Drop removed CONFIG_VERY_BIG_RAM. - Move board size limit to arch/Kconfig - Move GICR_BASE to headers instead of common config]
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7ff62552cb..f2783ee65d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -742,7 +742,7 @@ config SYS_MALLOC_BOOTPARAMS
config SYS_BOOTPARAMS_LEN
hex "Size of the bootparam buffer to malloc in bytes"
depends on SYS_MALLOC_BOOTPARAMS
- default 0x20000 if MIPS || RCAR_GEN3
+ default 0x20000 if MIPS || RCAR_64
default 0x10000
config ID_EEPROM