From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 22 Oct 2015 23:29:53 +0800 Subject: [U-Boot] [PATCH V3 3/3] imx: mx7: default enable non-secure mode In-Reply-To: References: <1445517279-4534-1-git-send-email-Peng.Fan@freescale.com> <1445517279-4534-3-git-send-email-Peng.Fan@freescale.com> Message-ID: <20151022152950.GA12558@shlinux2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 22, 2015 at 12:48:51PM -0200, Fabio Estevam wrote: >On Thu, Oct 22, 2015 at 10:34 AM, Peng Fan 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. I saw sunxi also have 1. Does it hurt? --