Re: [PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE

2021-01-28 Thread Fuzzey, Martin
On Fri, 29 Jan 2021 at 00:05, Marek Vasut wrote: > > On 1/28/21 8:37 PM, Fuzzey, Martin wrote: > > Hi Marek, > > Hi, > > > On Thu, 28 Jan 2021 at 20:07, Marek Vasut wrote: > >> > >> Based on env/Kconfig description of this option: > >> &

Re: [PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE

2021-01-28 Thread Fuzzey, Martin
Hi Marek, On Thu, 28 Jan 2021 at 20:07, Marek Vasut wrote: > > Based on env/Kconfig description of this option: > > config ENV_ACCESS_IGNORE_FORCE > bool "Block forced environment operations" > default n > help >If defined, don't allow the -f switch to env

Wrong BMP colours on i.MX after updating 2018.11 => 2020.10

2021-01-12 Thread Fuzzey, Martin
Hi all, After updating from u-boot 2018.11 to 2020.10 on an i.MX6 based board I notice the colours when displaying bitmaps are wrong. The reason is that, in both cases the framebuffer format (not necessarily the physical output format) is hardcoded as RGB565 in the IPU driver but the bmp command i