From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon Westergreen Date: Wed, 25 Jan 2017 09:33:28 -0800 Subject: [U-Boot] [PATCH v5 0/7] In-Reply-To: <578310dc-0c03-7b61-c678-5710daeecf19@kernel.org> References: <1485317642-4887-1-git-send-email-dwesterg@gmail.com> <6441a38f-685e-2a07-5846-a437d0456826@denx.de> <578310dc-0c03-7b61-c678-5710daeecf19@kernel.org> Message-ID: <1485365608.6106.12.camel@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 On Wed, 2017-01-25 at 08:39 -0600, Dinh Nguyen wrote: > > On 01/25/2017 03:48 AM, Marek Vasut wrote: > > > > On 01/25/2017 05:13 AM, Dalon Westergreen wrote: > > > > > > From: Dalon Westergreen > > > > > > These patches update the boot and os partition numbers in > > > the??????????????????? > > > default uboot environment for a number of socfpga > > > boards.??Per?????????????????? > > > request, common environment configurations have been moved to > > > a????????????????? > > > shared > > > header.?????????????????????????????????????????????????????????????????? > > > > OK, waiting for Acks from Dinh, just to be sure. > > > > btw a nit, please fill the $subject of cover letter next time. > > > > I was just informed of an issue with moving the fat/boot partition to p2. ?Windows no longer mounts the fat partition. ?I'm not sure? who or why CONFIG_SYS_MMCSD_FS_BOOT_PARTITION was changed to 2 but i think in order to allow windows to mount the fat partition it will need to be the first partition. ?So i am going to change CONFIG_SYS_MMCSD_FS_BOOT_PARTITION back to 1, and change the? default env variables appropriately. ? > > For the whole series: > > Acked-by: Dinh Nguyen > > Thanks...