cmd: fuse: Add a command to read fuses to memory
authorAngus Ainslie <angus@akkea.ca>
Sun, 28 Nov 2021 16:02:53 +0000 (08:02 -0800)
committerStefano Babic <sbabic@denx.de>
Fri, 18 Feb 2022 17:12:23 +0000 (18:12 +0100)
commitb4f0c7f613177e41894a9153e55adb8fec8d7bc0
tree69224ec892ab088c6aca290646d6ba5f1ae4c0c7
parentc2a4af5ca8032d69818bac6d4030233af50f09a9
cmd: fuse: Add a command to read fuses to memory

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 <angus@akkea.ca>
cmd/fuse.c