From mboxrd@z Thu Jan 1 00:00:00 1970 From: Udit Agarwal Date: Mon, 22 Apr 2019 13:15:38 +0000 Subject: [U-Boot] [PATCH v2 1/1] Set environment location to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE. In-Reply-To: References: <20190307092332.17046-1-udit.agarwal@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, arch/arm/cpu/armv8/fsl-layerscape/cpu.c uses ENVL_NOWHERE to initialize the env_loc enum variable. Shall the ENVL_NOWHERE be replaced with ENV_NOWHERE in commit message. Regards Udit Agarwal > -----Original Message----- > From: Prabhakar Kushwaha > Sent: Friday, March 22, 2019 4:32 PM > To: Udit Agarwal ; u-boot at lists.denx.de > Cc: Ruchika Gupta ; Jaiprakash Singh > ; Arun Pathak > Subject: RE: [PATCH v2 1/1] Set environment location to ENVL_NOWHERE with > CONFIG_ENV_IS_NOWHERE. > > > > -----Original Message----- > > From: Udit Agarwal > > Sent: Thursday, March 7, 2019 2:55 PM > > To: u-boot at lists.denx.de > > Cc: Prabhakar Kushwaha ; Ruchika Gupta > > ; Jaiprakash Singh ; > > Arun Pathak ; Udit Agarwal > > Subject: [PATCH v2 1/1] Set environment location to ENVL_NOWHERE with > > CONFIG_ENV_IS_NOWHERE. > > > > ENVL_NOWHERE is dependent on CONFIG_ENV_IS_NOWHERE and not on > > CONFIG_CHAIN_OF_TRUST so return ENVL_NOWHERE when > > CONFIG_ENV_IS_NOWHERE is enabled > > > > Signed-off-by: Udit Agarwal > > --- > > S /ENVL /ENV > > --pk