Re: [PATCH v5 13/15] include/configs: ns3: add support for flashing images

2020-07-29 Thread Tom Rini
On Wed, Jul 15, 2020 at 10:49:07PM +0530, Rayagonda Kokatanur wrote: > From: Bharat Gooty > > Add support for flashing images into QSPI and eMMC. > > Signed-off-by: Bharat Gooty > Signed-off-by: Rayagonda Kokatanur > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[PATCH v5 13/15] include/configs: ns3: add support for flashing images

2020-07-15 Thread Rayagonda Kokatanur
From: Bharat Gooty Add support for flashing images into QSPI and eMMC. Signed-off-by: Bharat Gooty Signed-off-by: Rayagonda Kokatanur Reviewed-by: Simon Glass --- include/configs/bcm_ns3.h | 491 +- 1 file changed, 490 insertions(+), 1 deletion(-) diff