mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00

Deduplicate defconfigs for all Renesas R-Car 64bit systems by factoring out the common parts into generic renesas_rcar64.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 64bit systems. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
6 lines
134 B
Text
6 lines
134 B
Text
#include <configs/renesas_rcar64.config>
|
|
|
|
CONFIG_BITBANGMII=y
|
|
CONFIG_BITBANGMII_MULTI=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_SYS_PBSIZE=2068
|