Re: [PATCH] cmd: bdinfo: Enable dumping lmb data when LMB is enabled

2022-09-12 Thread Michal Simek
st 7. 9. 2022 v 9:52 odesílatel Michal Simek napsal: > > 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 > --- > >

Re: [PATCH] cmd: bdinfo: Enable dumping lmb data when LMB is enabled

2022-09-07 Thread Simon Glass
On Wed, 7 Sept 2022 at 01:52, Michal Simek wrote: > > 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 > --- > >

[PATCH] cmd: bdinfo: Enable dumping lmb data when LMB is enabled

2022-09-07 Thread Michal Simek
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 --- cmd/bdinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff