]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigs
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 27 Oct 2024 02:20:03 +0000 (03:20 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 3 Nov 2024 11:25:57 +0000 (12:25 +0100)
commitbd963a5790f759ddd31bf54d9b2f32a1371d05b0
treed3b4de6a3547617bb921ad0816f5adbac68df3ce
parentc78a81396a0d7f42168a6bb7192af1545143be9b
ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigs

Deduplicate defconfigs for all Renesas R-Car Gen2 systems by factoring
out the common parts into generic renesas_rcar2.config and including
those using the #include <configs/...> preprocessor macro in the current
set of board specific defconfigs. The preprocessor macro is applicable
to defconfigs as well.

This introduces no functional change, the resulting .config is identical
for all Renesas R-Car Gen2 systems.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/alt_defconfig
configs/blanche_defconfig
configs/gose_defconfig
configs/koelsch_defconfig
configs/lager_defconfig
configs/porter_defconfig
configs/renesas_rcar2.config [new file with mode: 0644]
configs/silk_defconfig
configs/stout_defconfig