
Hi Stefan,
Yes, it is just an updated version that matches the current mainline. Sorry, I am new to open source contribution, and will take more care next time.
Cheers,
Pascal Linder
________________________________ Von: Stefan Roese sr@denx.de Gesendet: Dienstag, 18. Juni 2019 13:36 An: Linder Pascal; u-boot@lists.denx.de Cc: Holger Brunck Betreff: Re: [U-Boot] [PATCH 1/6] km: modify Kconfig file organization for KM boards
Hi Pascal,
On 18.06.19 13:27, Pascal Linder wrote:
As preparation for the upcoming transferring of configurations from header files to Kconfig, a common Kconfig file for all KM boards was created. For the moment, it only sources the other three, more specific, Kconfig files. Therefore, the architecture Kconfig files now include the common Kconfig file. Also, the configuration selection for KM boards was moved from the architecture Kconfig files to the board specific Kconfig files.
Signed-off-by: Pascal Linder pascal.linder@edu.hefr.ch Signed-off-by: Holger Brunck holger.brunck@ch.abb.com Cc: Mario Six mario.six@gdsys.cc Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com
arch/arm/mach-kirkwood/Kconfig | 9 ++--- arch/powerpc/cpu/mpc83xx/Kconfig | 44 ++++++----------------- arch/powerpc/cpu/mpc85xx/Kconfig | 8 ++--- board/keymile/Kconfig | 16 +++++++++ board/keymile/km83xx/Kconfig | 62 ++++++++++++++++++++++++++++++++ board/keymile/km_arm/Kconfig | 7 ++++ board/keymile/kmp204x/Kconfig | 8 +++++ 7 files changed, 109 insertions(+), 45 deletions(-) create mode 100644 board/keymile/Kconfig
Are you only posting this patch in an updated version? That's fine, I just wanted to know.
But: You need to provide a patch history. Please see here for more details:
http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
No need to re-do this for this patch. But please next time. ;)
Thanks, Stefan