From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajesh Bhagat Date: Wed, 3 Oct 2018 17:07:24 +0530 Subject: [U-Boot] [PATCH 41/53] armv8: ls1012afrwy: correct environment offset In-Reply-To: <20181003113736.14981-1-rajesh.bhagat@nxp.com> References: <20181003113736.14981-1-rajesh.bhagat@nxp.com> Message-ID: <20181003113736.14981-42-rajesh.bhagat@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Pankit Garg Corrects the environment offset from 0x500000 to 0x1D0000, as per LS1012AFRWY flash layout. Signed-off-by: Pankit Garg --- include/configs/ls1012afrwy.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index 75ae329e11..dabb4904e1 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -31,11 +31,7 @@ #endif #undef CONFIG_ENV_OFFSET -#ifdef CONFIG_TFABOOT -#define CONFIG_ENV_OFFSET 0x500000 -#else #define CONFIG_ENV_OFFSET 0x1D0000 -#endif #undef FSL_QSPI_FLASH_SIZE #define FSL_QSPI_FLASH_SIZE SZ_16M #undef CONFIG_ENV_SECT_SIZE -- 2.17.1