Re: [U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method

2019-11-07 Thread Tom Rini
On Wed, Nov 06, 2019 at 02:15:20PM -0800, Atish Patra wrote: > There is no way to select BZIP2 compression method. > Add it under library/compression config where all other > compression related configs are present. > > Signed-off-by: Atish Patra With the note that when applying I need to run m

[U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method

2019-11-06 Thread Atish Patra
There is no way to select BZIP2 compression method. Add it under library/compression config where all other compression related configs are present. Signed-off-by: Atish Patra --- lib/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index 3da45a5ec322..b