[PATCH 1/6] Makefile: Make flash.bin target available for all platforms

2022-10-21 Thread sbabic
> From: Frieder Schrempf > There is no reason for restricting the use of the flash.bin target > to the i.MX8 platform. Others can benefit from this as well. > Signed-off-by: Frieder Schrempf Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH 1/6] Makefile: Make flash.bin target available for all platforms

2022-08-23 Thread Frieder Schrempf
From: Frieder Schrempf There is no reason for restricting the use of the flash.bin target to the i.MX8 platform. Others can benefit from this as well. Signed-off-by: Frieder Schrempf --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index