Re: [PATCH] Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"

2023-02-08 Thread Tom Rini
On Wed, Feb 08, 2023 at 10:19:19AM -0500, Tom Rini wrote: > As explained by Philippe Schenker, I was misinterpreting what happened > in the case where we do not set LMB_USE_MAX_REGIONS and so had > re-introduced the problem I was attempting to more widely resolve. > > This reverts commit 007ae5d1

Re: [PATCH] Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"

2023-02-08 Thread Simon Glass
On Wed, 8 Feb 2023 at 08:19, Tom Rini wrote: > > As explained by Philippe Schenker, I was misinterpreting what happened > in the case where we do not set LMB_USE_MAX_REGIONS and so had > re-introduced the problem I was attempting to more widely resolve. > > This reverts commit 007ae5d108a37564905e

[PATCH] Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"

2023-02-08 Thread Tom Rini
As explained by Philippe Schenker, I was misinterpreting what happened in the case where we do not set LMB_USE_MAX_REGIONS and so had re-introduced the problem I was attempting to more widely resolve. This reverts commit 007ae5d108a37564905ea1588cb279f3a522cc3d. Reported-by: Philippe Schenker Si