Re: [PATCH] arm: baltos: use compressed DTB images

2020-02-24 Thread Sascha Hauer
On Mon, Feb 24, 2020 at 11:35:50AM +0100, Yegor Yefremov wrote: > On Wed, Feb 19, 2020 at 4:34 PM Ahmad Fatoum wrote: > > > > Hello Sascha, > > > > > You have to select ARM_USE_COMPRESSED_DTB from the boards Kconfig entry > > > to make sure the uncompressing functions are available. > > > >

Re: [PATCH] arm: baltos: use compressed DTB images

2020-02-24 Thread Yegor Yefremov
On Wed, Feb 19, 2020 at 4:34 PM Ahmad Fatoum wrote: > > Hello Sascha, > > On 2/19/20 8:52 AM, Sascha Hauer wrote: > > On Mon, Feb 17, 2020 at 03:38:17PM +0100, yegorsli...@googlemail.com wrote: > >> From: Yegor Yefremov > >> > >> This reduces the size of MLO enough to fit into SRAM. > >> > >>

Re: [PATCH] arm: baltos: use compressed DTB images

2020-02-19 Thread Ahmad Fatoum
Hello Sascha, On 2/19/20 8:52 AM, Sascha Hauer wrote: > On Mon, Feb 17, 2020 at 03:38:17PM +0100, yegorsli...@googlemail.com wrote: >> From: Yegor Yefremov >> >> This reduces the size of MLO enough to fit into SRAM. >> >> Signed-off-by: Yegor Yefremov >> --- >>

Re: [PATCH] arm: baltos: use compressed DTB images

2020-02-18 Thread Sascha Hauer
On Mon, Feb 17, 2020 at 03:38:17PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > This reduces the size of MLO enough to fit into SRAM. > > Signed-off-by: Yegor Yefremov > --- > arch/arm/boards/vscom-baltos/lowlevel.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[PATCH] arm: baltos: use compressed DTB images

2020-02-17 Thread yegorslists
From: Yegor Yefremov This reduces the size of MLO enough to fit into SRAM. Signed-off-by: Yegor Yefremov --- arch/arm/boards/vscom-baltos/lowlevel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boards/vscom-baltos/lowlevel.c