commit | 1064f2ef03c7fbed15119403c65f1de0de7f7b6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 11 10:59:08 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 15 00:51:51 2020 +0100 |
tree | f56a7615b03b0064df53a5cbe79395b2ec2edb57 | |
parent | 55111c5052b3a6b6d26daacc1950e30a2c3aa55f [diff] |
efi_selftest: enable CONFIG_CMD_POWEROFF For automating testing we should be able to power off the test system. The implementation of EFI_RESET_SHUTDOWN requires the do_poweroff() function which is only available if CONFIG_CMD_POWEROFF=y. Enable CONFIG_CMD_POWEROFF if PSCI reset is available. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>