Re: [PATCH 07/36] bdinfo: microblaze: Use the generic bd command

2020-05-10 Thread Simon Glass
Hi Daniel, On Wed, 6 May 2020 at 09:56, Daniel Schwierzeck wrote: > > > > Am 05.05.20 um 01:17 schrieb Simon Glass: > > Microblaze prints out ethernet and FDT information. This is useful to > > most archs, so move it into the generic code and move microblaze over to > > use it. > > > > Signed-off

Re: [PATCH 07/36] bdinfo: microblaze: Use the generic bd command

2020-05-06 Thread Daniel Schwierzeck
Am 05.05.20 um 01:17 schrieb Simon Glass: > Microblaze prints out ethernet and FDT information. This is useful to > most archs, so move it into the generic code and move microblaze over to > use it. > > Signed-off-by: Simon Glass > --- > > cmd/bdinfo.c | 30 +++--- >

Re: [PATCH 07/36] bdinfo: microblaze: Use the generic bd command

2020-05-06 Thread Bin Meng
On Tue, May 5, 2020 at 7:19 AM Simon Glass wrote: > > Microblaze prints out ethernet and FDT information. This is useful to > most archs, so move it into the generic code and move microblaze over to > use it. > > Signed-off-by: Simon Glass > --- > > cmd/bdinfo.c | 30 +++-

[PATCH 07/36] bdinfo: microblaze: Use the generic bd command

2020-05-04 Thread Simon Glass
Microblaze prints out ethernet and FDT information. This is useful to most archs, so move it into the generic code and move microblaze over to use it. Signed-off-by: Simon Glass --- cmd/bdinfo.c | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/