aboutsummaryrefslogtreecommitdiff
path: root/configs/silk_defconfig
diff options
context:
space:
mode:
authorMarek Vasut2024-02-27 17:05:55 +0100
committerTom Rini2024-03-02 14:29:36 -0500
commitf9aabd457930f5569297f8a0c4449b9768c1e0cf (patch)
tree69cb63364febf5e704d6f6cfb556914ccef9b80f /configs/silk_defconfig
parent65abdd1978341beea257c4b6c2584efeb2f3654d (diff)
ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
Rename ARCH_RMOBILE to ARCH_RENESAS because all the chips are made by Renesas, while only a subset of them is from the R-Mobile line. Use the following command to perform the rename: " $ git grep -l 'ARCH_RMOBILE' | xargs -I {} sed -i 's@ARCH_RMOBILE@ARCH_RENESAS@g' {} " Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'configs/silk_defconfig')
-rw-r--r--configs/silk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/silk_defconfig b/configs/silk_defconfig
index e0ed90fa7e1..939ccc9c478 100644
--- a/configs/silk_defconfig
+++ b/configs/silk_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_CPU_INIT=y
CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y
# CONFIG_SPL_USE_ARCH_MEMCPY is not set
# CONFIG_SPL_USE_ARCH_MEMSET is not set
-CONFIG_ARCH_RMOBILE=y
+CONFIG_ARCH_RENESAS=y
CONFIG_TEXT_BASE=0x50000000
CONFIG_SYS_MALLOC_LEN=0x100000
CONFIG_SYS_MALLOC_F_LEN=0x8000