From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Lifshitz Date: Sun, 14 Sep 2014 16:21:44 +0300 Subject: [U-Boot] [PATCH v3] env_mmc: correct fini partition to match init partition In-Reply-To: <1409764963-9617-1-git-send-email-pab@pabigot.com> References: <1409761938-27902-1-git-send-email-pab@pabigot.com> <1409764963-9617-1-git-send-email-pab@pabigot.com> Message-ID: <54159668.8040102@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 09/03/2014 08:22 PM, Peter A. Bigot wrote: > The code to set the MMC partition uses an weak function to obtain the > correct partition number. Use that instead of the compile-time default > when deciding whether it needs to switch back. > > Fixes: 6e7b7df4df43574 ("env_mmc: support env partition setup in runtime") > Signed-off-by: Peter A. Bigot Thank you for fixing this. Acked-by: Dmitry Lifshitz Dmitry