From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 11 Dec 2015 15:21:21 +0100 Subject: [U-Boot] [PATCH 4/6] arm: socfpga: mcvevk: Enabling mtd partitioning layout In-Reply-To: <1449825353-2568-4-git-send-email-clsee@altera.com> References: <1449825353-2568-1-git-send-email-clsee@altera.com> <1449825353-2568-4-git-send-email-clsee@altera.com> Message-ID: <201512111521.21504.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, December 11, 2015 at 10:15:51 AM, Chin Liang See wrote: > Enabling mtd partitioning layout which indicate partition > for various boot partition > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > include/configs/socfpga_mcvevk.h | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/include/configs/socfpga_mcvevk.h > b/include/configs/socfpga_mcvevk.h index d051eec..a176a21 100644 > --- a/include/configs/socfpga_mcvevk.h > +++ b/include/configs/socfpga_mcvevk.h > @@ -134,4 +134,16 @@ > /* The rest of the configuration is shared */ > #include > > +/* mtd partitioning for serial NOR flash */ > +#if defined(CONFIG_CMD_UBI) || defined(CONFIG_CMD_SF) > +#define MTDPARTS_DEFAULT "mtdparts=ff705000.spi:"\ > + "256k(spl)," \ > + "64k(env)," \ > + "64k(dtb)," \ > + "256k(boot)," \ > + "16m(kernel)," \ > + "16m(rootfs)," \ > + "-(UBI)\0" > +#endif > + MCVEVK has no QSPI NOR, so NAK. Best regards, Marek Vasut