
From: Daniel Schwierzeck daniel.schwierzeck@gmail.com Sent: Wednesday, December 19, 2018 18:26 To: Lars Povlsen - M31675 Lars.Povlsen@microchip.com; u- boot@lists.denx.de Cc: gregory.clement@bootlin.com; Horatiu Vultur - M31836 Horatiu.Vultur@microchip.com Subject: Re: [PATCH 1/6] mips: luton+ocelot: Remove board-specific config options
Am 19.12.18 um 13:42 schrieb Lars Povlsen:
As we are moving to multi-dtb and board detection, remove static board config options.
Signed-off-by: Lars Povlsen lars.povlsen@microchip.com
arch/mips/mach-mscc/Kconfig | 38 ++++++++++--------------------------
1 file changed, 10 insertions(+), 28 deletions(-)
This patch should be squashed into the last commit to not break bisectability. After only applying this patch you can't build any Ocelot/Luton baords anymore until the last patch is applied. Otherwise the series looks good.
Thank you for the comments - makes totally sense.
Actually then the first and the last two patches should be squashed, as the Kconfig and *_defconfigs need to go hand in hand.
I will send a new (v2) patch asap.
Cheers,
---Lars