]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bdinfo: Enable dumping lmb data when LMB is enabled
authorMichal Simek <michal.simek@amd.com>
Wed, 7 Sep 2022 07:52:09 +0000 (09:52 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Sep 2022 10:05:06 +0000 (12:05 +0200)
commit85007da94bad2d27e40e0258fa5437a35034ee1d
tree027be2a3e02a868fb55d83b03e026667ce95c911
parent2fb4b5ae54704f8e334a1491c4c9f2f90958456b
cmd: bdinfo: Enable dumping lmb data when LMB is enabled

The commit 9996cea75f5a ("lmb/bdinfo: dump lmb info via bdinfo") added
support for dumping LMB information as the part of bdinfo. But code itself
should be called only when LMB is enabled.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/3e40c8bb77550dfca9f7eb48fe644a018d971411.1662537127.git.michal.simek@amd.com
cmd/bdinfo.c