From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Mon, 8 Oct 2018 22:02:32 +0200 Subject: [U-Boot] [PATCH V3] mtd: uboot: Fix hanging during mtd list command In-Reply-To: <20181008191303.22821-1-aford173@gmail.com> References: <20181008191303.22821-1-aford173@gmail.com> Message-ID: <20181008220232.126169b2@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 Adam, +Tom Adam Ford wrote on Mon, 8 Oct 2018 14:13:03 -0500: > Some boards (like omap3_logic) hang when trying to access > address 0. This happens when executing the new 'mtd list' command. > This patch enhances the checks for conditions that would > preclude mtd_probe_devices() from operating. >=20 > Fixes: 5db66b3aee6f ("cmd: mtd: add 'mtd' command") > Suggested-by: Boris Brezillon > Signed-off-by: Adam Ford > Reviewed-by: Boris Brezillon > --- I planned to create a setup this week with a raw NAND device but it's fine then if it was not related to the device type. Thank you both for the patch. Reviewed-by: Miquel Raynal Tom, as MTD is orphaned now, you may want to take this patch in the next -rc. Thanks, Miqu=C3=A8l