commit | 49ac56f5388d4037bf48260d085f5199a99fdd1c | [log] [tgz] |
---|---|---|
author | Troy Kisky <troykiskyboundary@gmail.com> | Mon Mar 13 14:31:44 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 15:25:04 2023 -0400 |
tree | cc6315d41593d6454c374bee0d40d409b7db3ef3 | |
parent | fc48b2f0fc8c69bbe8d626e798449c6cf0625ab6 [diff] |
power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY) This avoids an error in converting to CONFIG_IS_ENABLED(DM_PMIC). Many boards SPL code needs these definitions to compile, even if the functions are not linked. Signed-off-by: Troy Kisky <troykiskyboundary@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>