Re: [U-Boot] [PATCH] fit: Add support for printing more than one FPGA node name

2019-05-19 Thread Tom Rini
On Wed, Feb 13, 2019 at 08:32:24PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This would print out all the FPGA node names setting to fpga property. > > Signed-off-by: Tien Fong Chee > --- > common/image-fit.c | 14 +++--- > 1 files changed, 11 insertions(+),

[U-Boot] [PATCH] fit: Add support for printing more than one FPGA node name

2019-02-13 Thread tien . fong . chee
From: Tien Fong Chee This would print out all the FPGA node names setting to fpga property. Signed-off-by: Tien Fong Chee --- common/image-fit.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/common/image-fit.c b/common/image-fit.c index