Re: [PATCH] ARM: ti: Increase the allocated size for MLO.raw

2021-05-27 Thread Lokesh Vutla
On Mon, 19 Apr 2021 12:20:27 +0530, Aswath Govindraju wrote: > MLO has increased to a size greater than the allocated > 128 kB in dfu_alt_info_emmc and _mmc. > > Therefore, double the allocated size for MLO.raw in > the default environment. Applied to https://source.denx.de/u-boot/custodians/u-b

[PATCH] ARM: ti: Increase the allocated size for MLO.raw

2021-04-18 Thread Aswath Govindraju
From: Faiz Abbas MLO has increased to a size greater than the allocated 128 kB in dfu_alt_info_emmc and _mmc. Therefore, double the allocated size for MLO.raw in the default environment. Signed-off-by: Faiz Abbas Signed-off-by: Aswath Govindraju --- include/environment/ti/dfu.h | 4 ++-- 1 f

Re: [PATCH] ARM: ti: Increase the allocated size for MLO.raw

2020-02-07 Thread Tom Rini
On Fri, Feb 07, 2020 at 04:09:06PM +0530, Faiz Abbas wrote: > MLO has increased to a size greater than the allocated > 128 kB in dfu_alt_info_emmc and _mmc. > > Therefore, double the allocated size for MLO.raw in > the default environment. > > Signed-off-by: Faiz Abbas 128KiB was chosen as it'

[PATCH] ARM: ti: Increase the allocated size for MLO.raw

2020-02-07 Thread Faiz Abbas
MLO has increased to a size greater than the allocated 128 kB in dfu_alt_info_emmc and _mmc. Therefore, double the allocated size for MLO.raw in the default environment. Signed-off-by: Faiz Abbas --- include/environment/ti/dfu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --