configs: Remove redundant CONFIG_TEXT_BASE assignments for Renesas defconfigs
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Wed, 23 Jul 2025 08:10:15 +0000 (09:10 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 17 Aug 2025 12:41:23 +0000 (14:41 +0200)
commitc797d8bac9921208253242251b855e97107fba22
treea69878ec70ff447e2e50f5fc513584a669f17742
parent797255d897d635799fbb878262b7491e07ceac9e
configs: Remove redundant CONFIG_TEXT_BASE assignments for Renesas defconfigs

The Renesas board defconfigs explicitly set CONFIG_TEXT_BASE=0x50000000,
however U-Boot's POSITION_INDEPENDENT=y build default already places text
at 0x0. These hardcoded overrides are therefore unnecessary and will be
pruned automatically in upcoming resyncs.

Remove the CONFIG_TEXT_BASE lines from the following defconfigs:
  - hihope_rzg2_defconfig
  - r8a77970_eagle_defconfig
  - r8a77970_v3msk_defconfig
  - r8a77990_ebisu_defconfig
  - r8a77995_draak_defconfig
  - r8a779a0_falcon_defconfig
  - renesas_rzg2l_smarc_defconfig
  - rz2_beacon_defconfig
  - silinux_ek874_defconfig

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/hihope_rzg2_defconfig
configs/r8a77970_eagle_defconfig
configs/r8a77970_v3msk_defconfig
configs/r8a77990_ebisu_defconfig
configs/r8a77995_draak_defconfig
configs/r8a779a0_falcon_defconfig
configs/renesas_rzg2l_smarc_defconfig
configs/rzg2_beacon_defconfig
configs/silinux_ek874_defconfig