commit | 950f8ff16b50297731c166d5bb3827e5469dd501 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troykiskyboundary@gmail.com> | Mon Mar 13 14:31:44 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed May 10 16:45:42 2023 -0400 |
tree | 4b6fc541bf21bcd0dc2afa9b832963393e2bf22b | |
parent | 745d9e3218faf1503415d6d5b77bc32a847ad8e0 [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>