Re: [PATCH 07/32] cmd: fdt: Align checksign parameter names in help text

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > The help text references 'addr' as an optional key start address, > but the explanation references the same as 'start', make sure they > both read as 'addr'. Also update the abbreviated 'addr' in the > explanation to 'address'. > > Signed-off-by

[PATCH 07/32] cmd: fdt: Align checksign parameter names in help text

2023-02-27 Thread Marek Vasut
The help text references 'addr' as an optional key start address, but the explanation references the same as 'start', make sure they both read as 'addr'. Also update the abbreviated 'addr' in the explanation to 'address'. Signed-off-by: Marek Vasut --- Cc: Heinrich Schuchardt Cc: Simon Glass Cc