mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] state: select CRC32
@ 2016-06-01 15:35 Lucas Stach
  2016-06-03  7:07 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2016-06-01 15:35 UTC (permalink / raw)
  To: barebox

The raw state backend uses crc32 unconditionally, so make
sure it's present.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index a8c1855aab17..c321090de0b3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -818,6 +818,7 @@ config POLLER
 
 config STATE
 	bool "generic state infrastructure"
+	select CRC32
 	select ENVIRONMENT_VARIABLES
 	select OFTREE
 	select PARAMETER
-- 
2.8.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] state: select CRC32
  2016-06-01 15:35 [PATCH] state: select CRC32 Lucas Stach
@ 2016-06-03  7:07 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-06-03  7:07 UTC (permalink / raw)
  To: Lucas Stach; +Cc: barebox

On Wed, Jun 01, 2016 at 05:35:46PM +0200, Lucas Stach wrote:
> The raw state backend uses crc32 unconditionally, so make
> sure it's present.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/common/Kconfig b/common/Kconfig
> index a8c1855aab17..c321090de0b3 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -818,6 +818,7 @@ config POLLER
>  
>  config STATE
>  	bool "generic state infrastructure"
> +	select CRC32
>  	select ENVIRONMENT_VARIABLES
>  	select OFTREE
>  	select PARAMETER
> -- 
> 2.8.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 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:[~2016-06-03  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 15:35 [PATCH] state: select CRC32 Lucas Stach
2016-06-03  7: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