From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 14 Nov 2016 15:17:48 +0100 Subject: [U-Boot] [PATCH] socfpga: add support for Terasic DE1-SoC board In-Reply-To: <13284026-c271-d273-9b26-10be1497248a@denx.de> References: <1479131620-26313-1-git-send-email-agust@denx.de> <13284026-c271-d273-9b26-10be1497248a@denx.de> Message-ID: <20161114151748.1e3faf3b@crub> 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 Mon, 14 Nov 2016 15:07:31 +0100 Marek Vasut marex at denx.de wrote: ... > > +#undef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION > > +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 2 > > Why is this needed ? Just start U-Boot from partition 1 as all the other > SoCFPGAs do , esp. since this is a devkit, please keep it consistent. It is not really needed. I used the original Terasic SD-Card, its raw partition is 2. OK, will remove it. > Looks great otherwise :) Thanks for review! -- Anatolij