]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Deduplicate common Renesas defconfig
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 27 Oct 2024 02:20:07 +0000 (03:20 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 3 Nov 2024 11:25:57 +0000 (12:25 +0100)
commite2635570e08199bb5644ce164def2a46d1dee9c0
treeca428de7439918697c321aacac47b4c4c96b8c52
parent4249b284ba6dadc7f59f5d14f91002e39bf0e3d0
ARM: renesas: Deduplicate common Renesas defconfig

Deduplicate common Renesas defconfig by factoring out the common
parts into generic renesas_rcar_defconfig 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 are
identical for all Renesas systems.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/renesas_rcar.config [new file with mode: 0644]
configs/renesas_rcar2.config
configs/renesas_rcar64.config