From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Thu, 24 Dec 2015 07:14:08 +0800 Subject: [U-Boot] [PATCH v2] arm: socfpga: Enabling MTD default partitions In-Reply-To: <20151223180424.GA15948@amd> References: <1450710111-3047-1-git-send-email-clsee@altera.com> <201512220017.15236.marex@denx.de> <20151223180424.GA15948@amd> Message-ID: <1450912448.1905.6.camel@altera.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, 2015-12-23 at 19:04 +0100, Pavel Machek wrote: > On Tue 2015-12-22 00:17:15, Marek Vasut wrote: > > On Monday, December 21, 2015 at 04:01:51 PM, Chin Liang See wrote: > > > Enabling MTD default partitions if its not defined in board > > > configuration file. The layout as below > > > device nor0 , # parts = 6 > > > > ff705000.spi.0 (the dot is missing). I can fix it while applying > > though. > > > > > #: name size offset > > > mask_flags > > > 0: u-boot 0x00100000 0x00000000 0 > > > 1: env1 0x00040000 0x00100000 0 > > > 2: env2 0x00040000 0x00140000 0 > > > 3: UBI 0x03e80000 0x00180000 0 > > > 4: boot 0x00e80000 0x00180000 0 > > > 5: rootfs 0x01000000 0x01000000 0 > > > > > > Signed-off-by: Chin Liang See > > > Cc: Dinh Nguyen > > > Cc: Dinh Nguyen > > > Cc: Pavel Machek > > > Cc: Marek Vasut > > > Cc: Stefan Roese > > > > Applied, thanks. > > Would we normally list "offset" first? > Haha probably size does matter :) Thanks Chin Liang