Re: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx

2019-06-14 Thread Christian Lamparter
On Friday, June 14, 2019 12:06:48 PM CEST Christophe Leroy wrote: > > Le 13/06/2019 à 13:42, Michael Ellerman a écrit : > > Daniel Axtens writes: > >> Pawel Dembicki writes: > >> > >>> Enable kernel XZ compression option on PPC_85xx. Tested with > >>> simpleImage on TP-Link TL-WDR4900 (Freescale

Re: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx

2019-06-14 Thread Christophe Leroy
Le 13/06/2019 à 13:42, Michael Ellerman a écrit : Daniel Axtens writes: Pawel Dembicki writes: Enable kernel XZ compression option on PPC_85xx. Tested with simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor). Suggested-by: Christian Lamparter Signed-off-by: Pawel Dembicki ---

Re: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx

2019-06-13 Thread Daniel Axtens
Pawel Dembicki writes: > Enable kernel XZ compression option on PPC_85xx. Tested with > simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor). > > Suggested-by: Christian Lamparter > Signed-off-by: Pawel Dembicki > --- > arch/powerpc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx

2019-06-13 Thread Michael Ellerman
Daniel Axtens writes: > Pawel Dembicki writes: > >> Enable kernel XZ compression option on PPC_85xx. Tested with >> simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor). >> >> Suggested-by: Christian Lamparter >> Signed-off-by: Pawel Dembicki >> --- >> arch/powerpc/Kconfig | 2 +- >>

[PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx

2019-06-03 Thread Pawel Dembicki
Enable kernel XZ compression option on PPC_85xx. Tested with simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor). Suggested-by: Christian Lamparter Signed-off-by: Pawel Dembicki --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/K