]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Fix memory-mapping in cmp command
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:30 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commit7086a894f091cb8ed03b519ed64c6117a704fe90
tree55d4aa467c8bfa69ff6e6f4ce62983ea4c6e6678
parent42f5ffb2396a32ccf819e0f43fd5050d6e2662ef
cmd: Fix memory-mapping in cmp command

This unmaps a different address from what was mapped. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/mem.c