Re: [U-Boot] [PATCH] pico-imx7d: Increase the CONFIG_ENV_OFFSET size

2018-11-30 Thread Stefano Babic
Hi Wolfgang, On 30/11/18 14:05, Wolfgang Denk wrote: > Dear Fabio, > > In message <1543571315-6376-1-git-send-email-feste...@gmail.com> you wrote: >> The environment size has grown in such a way that it corrupts the >> main U-Boot image after a "saveenv" causing a U-Boot hang. >> >> Fix this

Re: [U-Boot] [PATCH] pico-imx7d: Increase the CONFIG_ENV_OFFSET size

2018-11-30 Thread Wolfgang Denk
Dear Fabio, In message <1543571315-6376-1-git-send-email-feste...@gmail.com> you wrote: > The environment size has grown in such a way that it corrupts the > main U-Boot image after a "saveenv" causing a U-Boot hang. > > Fix this problem by increasing the CONFIG_ENV_OFFSET size. Sorry, I can't

Re: [U-Boot] [PATCH] pico-imx7d: Increase the CONFIG_ENV_OFFSET size

2018-11-30 Thread Fabio Estevam
Hi Stefano, On Fri, Nov 30, 2018 at 7:59 AM Stefano Babic wrote: > > On 30/11/18 10:48, Fabio Estevam wrote: > > The environment size has grown > > Environment ? You mean code, I suppose. Size is stil 8kb. Yes, it is the U-Boot image that has grown and overlaps with the environment region. I

Re: [U-Boot] [PATCH] pico-imx7d: Increase the CONFIG_ENV_OFFSET size

2018-11-30 Thread Stefano Babic
On 30/11/18 10:48, Fabio Estevam wrote: > The environment size has grown Environment ? You mean code, I suppose. Size is stil 8kb. >in such a way that it corrupts the > main U-Boot image after a "saveenv" causing a U-Boot hang. > > Fix this problem by increasing the CONFIG_ENV_OFFSET size. >

[U-Boot] [PATCH] pico-imx7d: Increase the CONFIG_ENV_OFFSET size

2018-11-30 Thread Fabio Estevam
The environment size has grown in such a way that it corrupts the main U-Boot image after a "saveenv" causing a U-Boot hang. Fix this problem by increasing the CONFIG_ENV_OFFSET size. Signed-off-by: Fabio Estevam --- include/configs/pico-imx7d.h | 2 +- 1 file changed, 1 insertion(+), 1