From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramon Fried Date: Thu, 14 Jun 2018 07:04:41 +0300 Subject: [U-Boot] [PATCH 2/2] configs: dragonboard410c: remove env partition offset In-Reply-To: <20180614040441.9145-1-ramon.fried@gmail.com> References: <20180614040441.9145-1-ramon.fried@gmail.com> Message-ID: <20180614040441.9145-2-ramon.fried@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de BOOT2 is not partitioned, no need for partition offset. Signed-off-by: Ramon Fried --- arch/arm/dts/dragonboard410c-uboot.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi index b968f5eb68..5675086c91 100644 --- a/arch/arm/dts/dragonboard410c-uboot.dtsi +++ b/arch/arm/dts/dragonboard410c-uboot.dtsi @@ -6,10 +6,6 @@ */ / { - config { - u-boot,mmc-env-partition = "boot"; - }; - soc { u-boot,dm-pre-reloc; -- 2.17.1