From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Mon, 15 Aug 2016 23:03:44 +0200 Subject: [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition In-Reply-To: <1471021970-21248-1-git-send-email-gmbnomis@gmail.com> References: <1471021970-21248-1-git-send-email-gmbnomis@gmail.com> Message-ID: <20160815210344.GI24664@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Aug 12, 2016 at 07:12:50PM +0200, Simon Baatz wrote: > Commit 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment > partition") split the "u-boot" partition into "u-boot" and "u-boot > environment". However, instead of the size of the environment, an offset > was given, resulting in overlapping partitions. > > Signed-off-by: Simon Baatz Reviewed-by: Andrew Lunn Andrew