Hello, Am Thu, Dec 21, 2023 at 08:26:09AM +0100 schrieb Alexander Dahl: > Hei hei, > > both patches of the series got a review and this is my last work day of > the year, so I just incorporated the feedback, collected the tags, and > send this out before returning to office in January. > > Link to v2 with whole motivation text: > https://lore.kernel.org/u-boot/20231214121136.3286703-1-...@thorsis.com/ > > Have some peaceful days everyone. > > Greets > Alex > > v2 -> v3: > * Rebased on v2024.01-rc5 > * Removed a superflous new newline introduced in v1
This change was in v2 of course. I made the same mistake in the changelogs of the patches, where it should have been v2 -> v3 instead. Sorry for the confusion. Greets Alex > * Collected tags > > Cc: Marek Vasut <ma...@denx.de> > Cc: Paul-Erwan Rio <paulerwan....@gmail.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Stefan Roese <s...@denx.de> > Cc: Tom Rini <tr...@konsulko.com> > Link: https://lore.kernel.org/u-boot/20211021093304.25399-1-p...@kernel.org/ > Link: https://lore.kernel.org/u-boot/20220111153120.1276641-1-ma...@denx.de/ > Link: https://lore.kernel.org/u-boot/1884029.XjOfZupGQm@ada/ > Link: > https://lore.kernel.org/u-boot/20230121154743.667253-1-paulerwan....@gmail.com/ > Link: > https://lore.kernel.org/u-boot/am6pr04mb61521b84f78571b282fe1d828f...@am6pr04mb6152.eurprd04.prod.outlook.com/ > > > Alexander Dahl (1): > tools: kwbimage: Allow disabling build on non-mvebu platforms > > Paul-Erwan Rio (1): > tools: fix build without LIBCRYPTO support > > arch/arm/mach-mvebu/Kconfig | 1 + > include/image.h | 2 +- > tools/Kconfig | 6 ++++++ > tools/Makefile | 4 +++- > tools/fit_image.c | 2 +- > tools/image-host.c | 4 ++++ > tools/mkimage.c | 5 +++-- > 7 files changed, 19 insertions(+), 5 deletions(-) > > > base-commit: 97a897444235921ce19b4f8a3b27de6f5a9ab367 > -- > 2.39.2 >