[PATCH 2/2] mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper

2020-06-23 Thread sbabic
> We need to change the environment offset to avoid corrupting the U-Boot > binary when saving it. > Signed-off-by: Otavio Salvador > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ==

Re: [PATCH 2/2] mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper

2020-06-09 Thread Fabio Estevam
On Tue, Jun 9, 2020 at 1:23 PM Otavio Salvador wrote: > > We need to change the environment offset to avoid corrupting the U-Boot > binary when saving it. > > Signed-off-by: Otavio Salvador Reviewed-by: Fabio Estevam

[PATCH 2/2] mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper

2020-06-09 Thread Otavio Salvador
We need to change the environment offset to avoid corrupting the U-Boot binary when saving it. Signed-off-by: Otavio Salvador --- Changes in v2: - rework commit log configs/mx6ul_14x14_evk_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mx6ul_14x14_evk_def