From 8a1a850ac05f62d3ba9e1d3083258a37a92a9265 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 28 Jun 2015 06:50:49 -0500 Subject: more h8300 fixes --- target/h8300/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/h8300') 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 -- cgit v1.2.3