Hi Julius,
On 7 October 2015 at 04:01, Julius Werner wrote:
> Well then... a few hours and a significant reduction in sanity later,
> I found that I'm shadowing the new 'ret' variable from changing the
> API around because I forgot to remove the declaration part from the
> 'ret' that already exis
Well then... a few hours and a significant reduction in sanity later,
I found that I'm shadowing the new 'ret' variable from changing the
API around because I forgot to remove the declaration part from the
'ret' that already existed in the else block. It would be nice if
U-Boot compiled with -Wshad
Hi Julius,
On 5 October 2015 at 19:09, Julius Werner wrote:
>
> > You can build U-Boot with NO_SDL=1
>
> Ah, thanks... that was the important magic flag I needed!
>
> > Actually you should enable the option in configs/sandbox_defconfig,
> > not lib/Kconfig. See the condition used by compression.c
> You can build U-Boot with NO_SDL=1
Ah, thanks... that was the important magic flag I needed!
> Actually you should enable the option in configs/sandbox_defconfig,
> not lib/Kconfig. See the condition used by compression.c:
>
> obj-$(CONFIG_SANDBOX) += compression.o
Okay, makes sense. I looked
Hi Julius,
On 3 October 2015 at 06:32, Julius Werner wrote:
> This patch adds support for LZ4-compressed FIT image contents. This
> algorithm has a slightly worse compression ration than LZO while being
> nearly twice as fast to decompress. When loading images from a fast
> storage medium this us
5 matches
Mail list logo