Re: [PATCH 1/1] arm: afs: Set the filesize env. var. on load

2023-12-20 Thread Tom Rini
On Thu, Nov 23, 2023 at 02:16:01PM +, Robert Catherall wrote: > The `afs load` command copies data to RAM. Set the filesize > environment variable to record how much data was 'loaded' > > Signed-off-by: Robert Catherall > Reviewed-by: Andre Przywara > Tested-by: Andre Przywara Applied to

Re: [PATCH 1/1] arm: afs: Set the filesize env. var. on load

2023-11-23 Thread Andre Przywara
On Thu, 23 Nov 2023 14:16:01 + Robert Catherall wrote: Hi Robert, > The `afs load` command copies data to RAM. Set the filesize > environment variable to record how much data was 'loaded' Thanks for sending this, I realised this was indeed missing just recently! > Signed-off-by: Robert

[PATCH 1/1] arm: afs: Set the filesize env. var. on load

2023-11-23 Thread Robert Catherall
The `afs load` command copies data to RAM. Set the filesize environment variable to record how much data was 'loaded' Signed-off-by: Robert Catherall --- cmd/armflash.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cmd/armflash.c b/cmd/armflash.c index