summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-02-13 23:28:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-17 07:51:22 +0100
commita8e7944960052b1b1dacb6032840d8b87202b7de (patch)
tree5907c9a7e2e31a52d8e8db4a4fe03e96435157ff /images
parent3df00bd62dc7534aea831ca6b417388728b3383d (diff)
downloadbarebox-a8e7944960052b1b1dacb6032840d8b87202b7de.tar.gz
barebox-a8e7944960052b1b1dacb6032840d8b87202b7de.tar.xz
tegra: rename board directory for Colibri T20
For computer modules the naming standard is to have a single board directory named after the module and have all the baseboard support beneath it. Also change the CONFIG name, as we may want to build all the baseboards at once. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.tegra4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile.tegra b/images/Makefile.tegra
index 1cf1432c96..f03503e838 100644
--- a/images/Makefile.tegra
+++ b/images/Makefile.tegra
@@ -9,6 +9,6 @@ pblx-$(CONFIG_MACH_TOSHIBA_AC100) += start_toshiba_ac100
FILE_barebox-tegra20-toshiba-ac100.img = start_toshiba_ac100.pblx
image-$(CONFIG_MACH_TOSHIBA_AC100) += barebox-tegra20-toshiba-ac100.img
-pblx-$(CONFIG_MACH_TORADEX_COLIBRI_T20_IRIS) += start_toradex_colibri_t20_iris
+pblx-$(CONFIG_MACH_TORADEX_COLIBRI_T20) += start_toradex_colibri_t20_iris
FILE_barebox-tegra20-toradex-colibri-t20-iris.img = start_toradex_colibri_t20_iris.pblx
-image-$(CONFIG_MACH_TORADEX_COLIBRI_T20_IRIS) += barebox-tegra20-toradex-colibri-t20-iris.img
+image-$(CONFIG_MACH_TORADEX_COLIBRI_T20) += barebox-tegra20-toradex-colibri-t20-iris.img