[U-Boot] [PATCH 7/7] tools: build mkexynosspl for exynos4 as well

Simon Shields simon at lineageos.org
Wed Sep 12 08:28:33 UTC 2018


Exynos4 uses the same SPL format as exynos5420/5250,
so reuse mkexynosspl.

Signed-off-by: Simon Shields <simon at lineageos.org>
---
 tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Makefile b/tools/Makefile
index 0c3341e695..63db215f9f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -166,6 +166,7 @@ HOSTLOADLIBES_fit_check_sign := $(HOSTLOADLIBES_mkimage)
 
 hostprogs-$(CONFIG_EXYNOS5250) += mkexynosspl
 hostprogs-$(CONFIG_EXYNOS5420) += mkexynosspl
+hostprogs-$(CONFIG_EXYNOS4) += mkexynosspl
 HOSTCFLAGS_mkexynosspl.o := -pedantic
 
 ifdtool-objs := $(LIBFDT_OBJS) ifdtool.o
-- 
2.18.0



More information about the U-Boot mailing list