From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 17 May 2020 22:03:20 +0800 Subject: [PATCH v2 15/39] bdinfo: m68k: Use the generic bd command In-Reply-To: <20200510201702.196031-7-sjg@chromium.org> References: <20200510201702.196031-1-sjg@chromium.org> <20200510201702.196031-7-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 11, 2020 at 4:17 AM Simon Glass wrote: > > Unfortunately m68k has a lot of special stuff. Move it into the generic > function for now, so we can have it all in one place. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix up inadvertent merge of PowerPC/ARM/m68k/arc patches > > cmd/bdinfo.c | 49 +++++++++++++++++++------------------------------ > 1 file changed, 19 insertions(+), 30 deletions(-) > Reviewed-by: Bin Meng