mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: Select CRC32 dependency for DEFAULT_ENVIRONMENT
@ 2021-09-07 12:45 Jules Maselbas
  2021-10-04 10:07 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Maselbas @ 2021-09-07 12:45 UTC (permalink / raw)
  To: barebox; +Cc: Jules Maselbas

The DEFAULT_ENVIRONMENT config enable the compilation of envfs-core.c
which depends on CRC32.

Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index a9feae2ae8..c19c693580 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -842,6 +842,7 @@ config ENV_HANDLING
 	  startup) will bring them back. If unsure, say yes.
 
 config DEFAULT_ENVIRONMENT
+	select CRC32
 	bool
 	default y if ENV_HANDLING
 	prompt "Compile in default environment"
-- 
2.17.1


_______________________________________________
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] common: Select CRC32 dependency for DEFAULT_ENVIRONMENT
  2021-09-07 12:45 [PATCH] common: Select CRC32 dependency for DEFAULT_ENVIRONMENT Jules Maselbas
@ 2021-10-04 10:07 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-10-04 10:07 UTC (permalink / raw)
  To: Jules Maselbas; +Cc: barebox

On Tue, Sep 07, 2021 at 02:45:20PM +0200, Jules Maselbas wrote:
> The DEFAULT_ENVIRONMENT config enable the compilation of envfs-core.c
> which depends on CRC32.
> 
> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
> ---
>  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:[~2021-10-04 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 12:45 [PATCH] common: Select CRC32 dependency for DEFAULT_ENVIRONMENT Jules Maselbas
2021-10-04 10:07 ` Sascha Hauer

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