Message ID | 20200220175115.76632-1-andre.przywara@arm.com |
---|---|
Headers | show |
Series | sunxi: clean up defconfig files | expand |
On Thu, Feb 20, 2020 at 05:51:13PM +0000, Andre Przywara wrote: > With some recent additions and some old cruft, there are some config > options that were defined in *almost* every board defconfig file for > Allwinner SoCs. > This "almost" seems to point to bugs, either those options were missed by > mistake or failed to properly synchronise (when a new board defconfig > comes into the tree and just missed some automatic update). > > This series defines those common symbols in their respective Kconfig > files or in the ARCH_SUNXI definition, then removes them from all the > defconfigs. > > This fixes those boards that suffered from a missing definition, also > cleans up all board defconfigs by moving not-board-specific options out > of there. > > Rationale for why those options are generic are given in the commit > message of 1/2. defconfig handling really is a pain, thanks for taking care of this Acked-by: Maxime Ripard <mripard at kernel.org> Maxime -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200220/9106e6e5/attachment.sig>
On Thu, Feb 20, 2020 at 11:21 PM Andre Przywara <andre.przywara at arm.com> wrote: > > With some recent additions and some old cruft, there are some config > options that were defined in *almost* every board defconfig file for > Allwinner SoCs. > This "almost" seems to point to bugs, either those options were missed by > mistake or failed to properly synchronise (when a new board defconfig > comes into the tree and just missed some automatic update). > > This series defines those common symbols in their respective Kconfig > files or in the ARCH_SUNXI definition, then removes them from all the > defconfigs. > > This fixes those boards that suffered from a missing definition, also > cleans up all board defconfigs by moving not-board-specific options out > of there. > > Rationale for why those options are generic are given in the commit > message of 1/2. > > Cheers, > Andre > > Andre Przywara (2): > sunxi: Move common defconfig options to Kconfig > sunxi: Remove no longer needed default options from defconfigs Applied to u-boot-sunxi/master