From 2a2522eb8d5b1d358e78f40888d96f34a00898c6 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 6 Mar 2015 21:22:01 +0100 Subject: images: move board variable to parent makefile A lot of the image makefiles define an equal board variable, which gives the impression that this variable is unique for this makefile. As those files aren't freestanding makefiles but get included into a parent makefile this is not actually true. Attempts to override this variable will not work reliable as make is picking up a random instance. Fix this confusion by moving this variable out of the individual makefiles. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- images/Makefile.mvebu | 2 -- 1 file changed, 2 deletions(-) (limited to 'images/Makefile.mvebu') diff --git a/images/Makefile.mvebu b/images/Makefile.mvebu index 5e90855d2b..c3923e4ecc 100644 --- a/images/Makefile.mvebu +++ b/images/Makefile.mvebu @@ -9,8 +9,6 @@ $(obj)/%.kwbimg: $(obj)/% FORCE $(obj)/%.kwbuartimg: $(obj)/% FORCE $(call if_changed,kwb_image) -board = $(srctree)/arch/$(ARCH)/boards - KWBOPTS = -c -d 0x1000000 -e 0x1000000 # ----------------------- Armada 370 based boards --------------------------- -- cgit v1.2.3