Re: [U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment

2018-01-05 Thread Maxime Ripard
On Fri, Dec 22, 2017 at 02:34:35PM +0530, Jagan Teki wrote: > On Fri, Dec 22, 2017 at 2:18 PM, Maxime Ripard > wrote: > > On Thu, Dec 21, 2017 at 10:52:04PM +, André Przywara wrote: > >> Hi, > >> > >> On 21/12/17 12:40, Maxime Ripard wrote: > >> > The MMC

Re: [U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment

2017-12-22 Thread Jagan Teki
On Fri, Dec 22, 2017 at 2:18 PM, Maxime Ripard wrote: > On Thu, Dec 21, 2017 at 10:52:04PM +, André Przywara wrote: >> Hi, >> >> On 21/12/17 12:40, Maxime Ripard wrote: >> > The MMC environment offset is getting very close to the end of the U-Boot >> > binary

Re: [U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment

2017-12-22 Thread Maxime Ripard
On Thu, Dec 21, 2017 at 10:52:04PM +, André Przywara wrote: > Hi, > > On 21/12/17 12:40, Maxime Ripard wrote: > > The MMC environment offset is getting very close to the end of the U-Boot > > binary now. Since we want to make sure this will not overflow, add a size > > limit in the board for

Re: [U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment

2017-12-21 Thread André Przywara
Hi, On 21/12/17 12:40, Maxime Ripard wrote: > The MMC environment offset is getting very close to the end of the U-Boot > binary now. Since we want to make sure this will not overflow, add a size > limit in the board for arm64. arm32 has already that limit enforced in our > custom image

[U-Boot] [PATCH 11/11] sunxi: Add limit with the MMC environment

2017-12-21 Thread Maxime Ripard
The MMC environment offset is getting very close to the end of the U-Boot binary now. Since we want to make sure this will not overflow, add a size limit in the board for arm64. arm32 has already that limit enforced in our custom image generation. Signed-off-by: Maxime Ripard