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

2023-11-23 Thread Robert Catherall
On 23/11/2023 17:15, robert.cather...@foss.arm.com wrote: From: 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 Apologies for the duplicate patch; I had issues with

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

2023-11-23 Thread robert . catherall
From: 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