commit | ec896575c550e70d8c9af3567c96b08d6b64a3fe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 22 12:27:14 2017 -0500 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Sat Jan 13 00:07:57 2018 +0900 |
tree | 81828da33233ce177b0aa58d0e67f3c80884e7a3 | |
parent | ba54ab8af6926bc43470f99e9fcd6d0a6ed940d0 [diff] |
power: Rearrange code to guard power command with CONFIG_SPL_BUILD guard In order to discard this code when unused in SPL we need to guard the command with a check for CONFIG_SPL_BUILD and we rearrange the code slightly to make this cleaner. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com>