[PATCH] ARM: renesas: Split common RZ/A1 and GR-PEACH defconfigs
Marek Vasut
marek.vasut at mailbox.org
Mon Jul 7 10:41:03 CEST 2025
On 7/2/25 3:11 PM, Magnus Damm wrote:
> Hi Marek,
>
> On Mon, Jun 30, 2025 at 8:52 PM Marek Vasut
> <marek.vasut+renesas at mailbox.org> wrote:
>>
>> Split the RZ/A1 GR-PEACH defconfig into board-specific defconfig
>> and common RZ/A1 SoC defconfig. This is a preparatory patch for
>> new RZ/A1 boards, no functional change.
>>
>> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
>> ---
>
> Thanks. I like the idea of your patch but it seems that "make
> grpeach_defconfig" generates the following output after applying this
> patch on top of
> cbb5672790d400e9ec6e9fceaf89ece2660c0117 (origin/next)
>
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/kconfig/conf.o
> YACC scripts/kconfig/zconf.tab.c
> LEX scripts/kconfig/zconf.lex.c
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTLD scripts/kconfig/conf
> generated_defconfig:66:warning: override: reassigning to symbol ENV_OFFSET
> generated_defconfig:69:warning: override: reassigning to symbol ENV_SIZE
> #
> # configuration written to .config
> #
>
> Any ideas why?
Because ENV_OFFSET and ENV_SIZE are in both .config and defconfig which
includes the .config , should be fixed in V2, thanks.
More information about the U-Boot
mailing list