[U-Boot] [PATCH V3 3/3] imx: mx7: default enable non-secure mode
Fabio Estevam
festevam at gmail.com
Thu Oct 22 16:48:51 CEST 2015
On Thu, Oct 22, 2015 at 10:34 AM, Peng Fan <Peng.Fan at freescale.com> wrote:
> +/*
> + * Default boot linux kernel in no secure mode.
> + * If want to boot kernel in secure mode, please define CONFIG_MX7_SEC
> + */
> +#ifndef CONFIG_MX7_SEC
> +#define CONFIG_ARMV7_NONSEC 1
> +#define CONFIG_ARMV7_PSCI 1
These 1's are not required.
More information about the U-Boot
mailing list