summaryrefslogtreecommitdiff
path: root/target/h8300
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-28 06:50:49 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-28 06:51:21 -0500
commit8a1a850ac05f62d3ba9e1d3083258a37a92a9265 (patch)
tree3d03ca7483b03e4dcc2fdb032415a5209b6b50f1 /target/h8300
parenta8c74738577cdc2233086f06ddc3f2bf69d13f98 (diff)
more h8300 fixes
Diffstat (limited to 'target/h8300')
-rw-r--r--target/h8300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/h8300/Makefile b/target/h8300/Makefile
index 462e9f05e..f335b2a0a 100644
--- a/target/h8300/Makefile
+++ b/target/h8300/Makefile
@@ -25,7 +25,7 @@ targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
ifeq ($(ADK_TARGET_SIM),y)
@echo "Run the simulator via:"
- @echo $(TARGET_CROSS)run $(FW_DIR)/$(TARGET_KERNEL)
+ @echo '$(TARGET_CROSS)run $(FW_DIR)/$(TARGET_KERNEL) "earlyprintk=h8300-sim console=ttySC0"'
endif
endif