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 <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 60a4277 commit 2a2522eb8d5b1d358e78f40888d96f34a00898c6
@Lucas Stach Lucas Stach authored on 6 Mar 2015
Sascha Hauer committed on 9 Mar 2015
Showing 6 changed files
View
images/Makefile
View
images/Makefile.imx
View
images/Makefile.mvebu
View
images/Makefile.mxs
View
images/Makefile.rockchip
View
images/Makefile.tegra