From a7f929e0789f108fa155bfaf21cc1bd47d2bac45 Mon Sep 17 00:00:00 2001 From: Jeong-Hyeon Kim Date: Tue, 28 Aug 2012 20:51:04 +0900 Subject: EXYNOS: change the compile/clean option of spl spl tool of exynos5 designed only for smdk5250. It compiled when defined CONFIG_SMDK5250 and BOARD name is smdk5250. It means that it's not considered shrink boards with different board name. So, it changed compile condition to exynos5 family option not a specific board name for cover the other board. I also modified clean condition to clear compiled spl. Otherwise, tools/mk*spl show on untracked files. It should be ignore in git. Signed-off-by: Jeong-Hyeon Kim --- spl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spl') diff --git a/spl/Makefile b/spl/Makefile index 9dbc6f502..c1e02a170 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -132,7 +132,7 @@ all: $(ALL-y) ifdef CONFIG_SAMSUNG $(obj)$(BOARD)-spl.bin: $(obj)u-boot-spl.bin - $(OBJTREE)/tools/mk$(BOARD)spl \ + $(OBJTREE)/tools/mk$(SOC)spl \ $(obj)u-boot-spl.bin $(obj)$(BOARD)-spl.bin endif -- cgit v1.2.3