commit | b83fae673a9cd9795e531883936c1468e75510a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 13:03:47 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 18:59:58 2023 -0500 |
tree | 369b2eda6265669d2231ac15bfd7ca7935ce54f0 | |
parent | a07408384bc572a93ce1f56a48e9de7878d660f8 [diff] |
blk: Drop reference to DM_SPL The intent here is to only allow SPL_LEGACY_BLK if !SPL_DM - i.e. that when driver model is enabled in SPL, legacy block cannot be used. However this combination is used by about 240 boards, so we cannot disallow it, at least not yet. So just drop the condition. Signed-off-by: Simon Glass <sjg@chromium.org>