From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Sun, 5 Jun 2016 19:34:53 +0200 Subject: [U-Boot] [PATCH 0/6] cmd: mtdparts: Add support for runtime generated defaults Message-ID: <20160605173453.GA26656@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Greetings, this patch serie is a by-product of UBI SPL patchset, see http://lists.denx.de/pipermail/u-boot/2016-January/242962.html (and earlier) First three patches are just bugfixes. With fourth one, controversy starts, but here can be easily overcome by a config option for a boards wanting to use defaults by default :-) Core change is fifth patch, it is more likely a draft, documentation is missing, etc... As always, comments and suggestions even for completely different solution welcome. ladis