diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 06:50:49 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 06:51:21 -0500 |
commit | 8a1a850ac05f62d3ba9e1d3083258a37a92a9265 (patch) | |
tree | 3d03ca7483b03e4dcc2fdb032415a5209b6b50f1 /target/h8300/Makefile | |
parent | a8c74738577cdc2233086f06ddc3f2bf69d13f98 (diff) |
more h8300 fixes
Diffstat (limited to 'target/h8300/Makefile')
-rw-r--r-- | target/h8300/Makefile | 2 |
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 |