mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! imd: add support for checksum generation/verification
@ 2020-02-07 11:19 Steffen Trumtrar
  2020-02-10  8:18 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2020-02-07 11:19 UTC (permalink / raw)
  To: Barebox List

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
CRC32 is now needed for imd, but was selected by accident. In situations
where barebox is stripped down (e.g. socfpga-xload, where there is no
environment, globalvars or command_support), barebox won't compile anymore.

 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index f9ef9bd83bad..fcdeb5c30b58 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -693,6 +693,7 @@ config FLEXIBLE_BOOTARGS
 	  completely.
 
 config IMD
+	select CRC32
 	bool "barebox metadata support"
 
 config IMD_TARGET
-- 
2.25.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fixup! imd: add support for checksum generation/verification
  2020-02-07 11:19 [PATCH] fixup! imd: add support for checksum generation/verification Steffen Trumtrar
@ 2020-02-10  8:18 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-02-10  8:18 UTC (permalink / raw)
  To: Steffen Trumtrar; +Cc: Barebox List

On Fri, Feb 07, 2020 at 12:19:19PM +0100, Steffen Trumtrar wrote:
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
> CRC32 is now needed for imd, but was selected by accident. In situations
> where barebox is stripped down (e.g. socfpga-xload, where there is no
> environment, globalvars or command_support), barebox won't compile anymore.
> 
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-10  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 11:19 [PATCH] fixup! imd: add support for checksum generation/verification Steffen Trumtrar
2020-02-10  8:18 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox