[PATCH 2/2] cmd: fuse: Add a command to read fuses to memory

2022-02-19 Thread sbabic
> With the fuse values in memory we can use some of the other u-boot shell > conditonal operators to do tests. > Signed-off-by: Angus Ainslie Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Softwar

Re: [PATCH 2/2] cmd: fuse: Add a command to read fuses to memory

2022-01-14 Thread Angus Ainslie
Are there any problems with this patch ? Thanks Angus On 2021-11-28 08:02, Angus Ainslie wrote: With the fuse values in memory we can use some of the other u-boot shell conditonal operators to do tests. Signed-off-by: Angus Ainslie --- cmd/fuse.c | 27 +++ 1 file cha

[PATCH 2/2] cmd: fuse: Add a command to read fuses to memory

2021-11-28 Thread Angus Ainslie
With the fuse values in memory we can use some of the other u-boot shell conditonal operators to do tests. Signed-off-by: Angus Ainslie --- cmd/fuse.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/cmd/fuse.c b/cmd/fuse.c index 78b1065d99e..0676bb7a812 100644 --