Re: [U-Boot] [PATCH v3] ARM: ti: Update layout for MMC and eMMC (env and dfu)

2017-05-29 Thread Sam Protsenko
On 24 May 2017 at 13:08, Jean-Jacques Hiblot wrote: > The problems with the current DFU layout are: > MMC: The space allocated for u-boot is too small for the latest u-boot > (>750KB). We need to increase it. eMMC uses a much bigger area (2MB). > eMMC: region "u-boot.img.raw" overlaps the env

Re: [U-Boot] [PATCH v3] ARM: ti: Update layout for MMC and eMMC (env and dfu)

2017-05-26 Thread Tom Rini
On Wed, May 24, 2017 at 12:08:27PM +0200, Jean-Jacques Hiblot wrote: > The problems with the current DFU layout are: > MMC: The space allocated for u-boot is too small for the latest u-boot > (>750KB). We need to increase it. eMMC uses a much bigger area (2MB). > eMMC: region "u-boot.img.raw"

[U-Boot] [PATCH v3] ARM: ti: Update layout for MMC and eMMC (env and dfu)

2017-05-24 Thread Jean-Jacques Hiblot
The problems with the current DFU layout are: MMC: The space allocated for u-boot is too small for the latest u-boot (>750KB). We need to increase it. eMMC uses a much bigger area (2MB). eMMC: region "u-boot.img.raw" overlaps the environment area and the region "spl-os-image.raw". both: