
9 Apr
2018
9 Apr
'18
3:13 p.m.
Thanks for the feedback, I just sent a v2 addressing both issues
On 04/09/2018 04:26 AM, Fabio Estevam wrote:
On Fri, Apr 6, 2018 at 7:06 AM, Michalis Pappas mpappas@fastmail.fm wrote:
+config CMD_HVC
bool "Support the 'hvc' command"
depends on ARM64
default n
No need to pass 'default n' as this is already the default behavior.
help
Allows issuing Hypervisor Calls (HVCs)
+config CMD_SMC
bool "Support the 'smc' command"
depends on ARM64
default n
Ditto.