]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit08fbb34fd6fc685a1ba9c406c637e2bdf73c6a86
tree69224ec892ab088c6aca290646d6ba5f1ae4c0c7
parenteccb3a722b392844d875a12bc8f6ad3e23a8f0b5
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