commit | 53094331ff3065c4ab51e1442927b1af2b276778 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Jul 31 16:45:28 2021 +0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 02 15:11:41 2021 +0800 |
tree | 36ed5d3c7bf024e718b9d429c127fd73d62f6545 | |
parent | 2ab1ffa5556ccd49aa2b5e4a6cca8ab14072e860 [diff] |
x86: cmd: hob: Fix display of resource type for system memory The resource type for system memory is currently displayed as "unknown", which is wrong. Fixes: 51af144eb7a0 ("x86: Allow showing details about a HOB entry") Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested on chromebook_coral, chromebook_samus, chromebook_link, minnowmax Tested-by: Simon Glass <sjg@chromium.org>