commit | a4faf1f563160b1b9cfbdbf388d33464691d0440 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 08 12:20:29 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 04 12:26:02 2021 -0400 |
tree | c2ec2dc3ca4ca49999d043cc7a9ee16ee5503969 | |
parent | 14c251ffe156e5b5b1332efcf5ed6fb7ae62cdc3 [diff] |
power: Refactor Makefile rules Move the power/ rules into drivers/power to avoid clutter in the Makefile and drivers/Makefile files. We must select SPL_POWER if SPL_POWER_DOMAIN is used, since the two are currently independent and boards do not necessarily enable SPL_POWER. Add a TPL_POWER as well, as that is used by one board. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>