[U-Boot] [PATCH 6/6] ARM: rmobile: Sync Gen3 defconfigs

Eugeniu Rosca roscaeugeniu at gmail.com
Mon Mar 4 21:36:38 UTC 2019


Hello Marek,

Thanks to great maintenance, the R-Car3 defconfigs look strikingly similar.
Do you think it would make sense to relocate the common parts into
rcar{3,-gen3}_defconfig and the unique per-board options into config
fragments resembling the current R-Car3 defconfig structure?

$> u-boot-master (master) ls -1 configs/r8a779* | sed 's/_defconfig/.cfg/'
configs/r8a7795_salvator-x.cfg
configs/r8a7795_ulcb.cfg
configs/r8a77965_salvator-x.cfg
configs/r8a7796_salvator-x.cfg
configs/r8a7796_ulcb.cfg
configs/r8a77970_eagle.cfg
configs/r8a77990_ebisu.cfg
configs/r8a77995_draak.cfg

In this case, I believe each fragment would contain under 10 Kconfig
symbols and the `make <board>_defconfig` procedure would change
to `make rcar{3,-gen3}_defconfig <board>.cfg`.

Best regards,
Eugeniu.


More information about the U-Boot mailing list