summaryrefslogtreecommitdiffstats
path: root/images/Makefile.imx
diff options
context:
space:
mode:
authorAnton Bondarenko <anton.bondarenko.sama@gmail.com>2015-11-04 23:16:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-05 09:05:07 +0100
commit0f0e0b4408e0ad720a036707fe2f841801dfe379 (patch)
tree2c7ce1a3266aa790de5cfc601d3087a3d7dd24a0 /images/Makefile.imx
parent080a713d31319139034676ddd66cf5ff4018d7b2 (diff)
downloadbarebox-0f0e0b4408e0ad720a036707fe2f841801dfe379.tar.gz
barebox-0f0e0b4408e0ad720a036707fe2f841801dfe379.tar.xz
images: Embedsky E9: use image name like the rest of boards
Use name similar to other boards thus remove freescale from image name since this is not a Freescale board, move SoC type after company name. So image name changed from barebox-freescale-imx6q-embedsky-e9.img to barebox-embedsky-imx6q-e9.img Signed-off-by: Anton Bondarenko <anton.bondarenko.sama@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile.imx')
-rw-r--r--images/Makefile.imx4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index f2a415a490..a09afd695b 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -259,8 +259,8 @@ image-$(CONFIG_MACH_VARISCITE_MX6) += barebox-variscite-custom.img
pblx-$(CONFIG_MACH_EMBEDSKY_E9) += start_imx6q_embedsky_e9
CFG_start_imx6q_embedsky_e9.pblx.imximg = $(board)/embedsky-e9/flash-header-e9.imxcfg
-FILE_barebox-freescale-imx6q-embedsky-e9.img = start_imx6q_embedsky_e9.pblx.imximg
-image-$(CONFIG_MACH_EMBEDSKY_E9) += barebox-freescale-imx6q-embedsky-e9.img
+FILE_barebox-embedsky-imx6q-e9.img = start_imx6q_embedsky_e9.pblx.imximg
+image-$(CONFIG_MACH_EMBEDSKY_E9) += barebox-embedsky-imx6q-e9.img
pblx-$(CONFIG_MACH_EMBEST_RIOTBOARD) += start_imx6s_riotboard
CFG_start_imx6s_riotboard.pblx.imximg = $(board)/embest-riotboard/flash-header-embest-riotboard.imxcfg