
Hey Brian,
On Tue, 2023-12-12 at 21:58 -0600, Bryan Brattlof wrote: [...]
configs/am62x_evm_a53_defconfig | 31 ++++++- configs/am62x_evm_r5_usbdfu_defconfig | 111 ++++++++++++++++++++++++++
One of the newer developments was the addition of config fragments[0] to try to minimize all the duplicate defconfigs for all the different evaluation boards for the same SoC we have in the pipeline. I'm wondering what people would think if we did this for the different boot-mode defconfigs for the 62xx extended family like this usbdfu and cpsw?
idk how messy it would get trying to disable one of the primary boot modes like MMC and enable USB though... So this may be a idea for another day.
Nishanth mentioned the same and it's something i'd like to play with (a beagleplay is on the way, but stuck in customs atm for some practical tests).
However I think it would make sense to get this landed first and then try refactoring with config fragments for a second step?
[0] https://lore.kernel.org/u-boot/20231130115552.3580995-16-a-nandan@ti.com/
~Bryan