On Fri, Apr 6, 2018 at 7:06 AM, Michalis Pappas <mpap...@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to