summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-08 14:01:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-08 14:03:13 +0200
commit9e4231e908d4d1f62db34295466419d49af8ab49 (patch)
treec7ccbb218e04bcf60f0814c813759364ea2be74e /target/arm/Makefile
parentd812e398b72377c561bda5e6669c30b5e00419d8 (diff)
more basic support for sd card creation for phytec-imx6
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 5b7be214b..b5530bb0f 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -81,7 +81,7 @@ ifeq ($(ADK_TARGET_SYSTEM_PHYTEC_WEGA),y)
endif
ifeq ($(ADK_TARGET_SYSTEM_PHYTEC_IMX6),y)
@echo "Use following command to install it on SD card:"
- @echo "sudo ./scripts/install.sh phytec-mira /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
+ @echo "sudo ./scripts/install.sh phytec-imx6 /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
@echo
endif
ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)