aboutsummaryrefslogtreecommitdiff
path: root/configs/koelsch_defconfig
diff options
context:
space:
mode:
authorMarek Vasut2024-02-27 17:05:52 +0100
committerTom Rini2024-03-02 14:29:36 -0500
commit69aa7ab2509c169cbb7b50a9fdb3f8cb1dd27049 (patch)
tree316b89a7f331c1c0fa0a08c81c18c8985dc40e40 /configs/koelsch_defconfig
parent82026c4779c95871e7ebfceb22323e8f45fa9974 (diff)
ARM: renesas: Rename ARCH_RMOBILE_BOARD_STRING to ARCH_RENESAS_BOARD_STRING
Rename ARCH_RMOBILE_BOARD_STRING to ARCH_RENESAS_BOARD_STRING 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_BOARD_STRING' | \ xargs -I {} sed -i 's@ARCH_RMOBILE_BOARD_STRING@ARCH_RENESAS_BOARD_STRING@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/koelsch_defconfig')
-rw-r--r--configs/koelsch_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig
index 8d9c3b94499..37511f8fe9a 100644
--- a/configs/koelsch_defconfig
+++ b/configs/koelsch_defconfig
@@ -18,7 +18,7 @@ CONFIG_ENV_SECT_SIZE=0x40000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="r8a7791-koelsch-u-boot"
CONFIG_SPL_TEXT_BASE=0xe6300000
-CONFIG_ARCH_RMOBILE_BOARD_STRING="Koelsch"
+CONFIG_ARCH_RENESAS_BOARD_STRING="Koelsch"
CONFIG_R8A7791=y
CONFIG_TARGET_KOELSCH=y
CONFIG_SYS_MONITOR_LEN=262144