commit | 092d5c2a83b730844aeaa5ac300ddc7f13a75f49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 27 14:26:19 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:53:56 2022 -0400 |
tree | a1eb7b69290ad103c95dc2688dfd227a1eaa45d3 | |
parent | 0c6be933ffeb991c1b9b70bce9cf9e9cdb92c9ed [diff] |
dm: core: Allow devres to be disabled in SPL At present if devres is enabled in U-Boot proper it is enabled in SPL. We don't normally want it there, so disable it. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Angus Ainslie <angus@akkea.ca>