From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Mon, 12 Nov 2018 10:24:06 +0100 Subject: [U-Boot] [PATCH v2 1/5] mtd: Use default mtdparts/mtids when not defined in the environment In-Reply-To: <20181112082809.7035-1-boris.brezillon@bootlin.com> References: <20181112082809.7035-1-boris.brezillon@bootlin.com> Message-ID: <20181112102406.6e6cdee7@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Boris, Tom, Boris Brezillon wrote on Mon, 12 Nov 2018 09:28:05 +0100: > U-boot provides a mean to define default values for mtdids and mtdparts > when they're not defined in the environment. Patch mtd_probe_devices() > to use those default values when env_get("mtdparts") or > env_get("mtdids") return NULL. >=20 > This implementation is based on the logic found in cmd/mtdparts.c. >=20 > Fixes: 5db66b3aee6f ("cmd: mtd: add 'mtd' command") > Reported-by: Stefan Roese > Signed-off-by: Boris Brezillon > Tested-by: Stefan Roese > --- For the whole series: Reviewed-by: Miquel Raynal This should be (if possible) in 2018.11, otherwise the release will be buggy with certain configurations. Maybe we should sometimes send PR directly to Tom as MTD is orphaned to avoid latencies between developers/maintainers and reach mainline quickly (at least for the fixes)? Thanks, Miqu=C3=A8l