diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:10:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:10:25 +0200 |
commit | 3900e73d3d21fe263cb4b26d69b701813f47055b (patch) | |
tree | ceea75446226d4d4911432a82490b0237d234c93 /target/sh | |
parent | 48ff3592bc0f747757544a1719f653cf35f88e27 (diff) |
grub2 by default off
Diffstat (limited to 'target/sh')
-rw-r--r-- | target/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sh/Makefile b/target/sh/Makefile index 0d5706eb3..12f8d0ce4 100644 --- a/target/sh/Makefile +++ b/target/sh/Makefile @@ -17,7 +17,7 @@ ifneq ($(ADK_HARDWARE_QEMU),) @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL) @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo "Use following command to create a QEMU Image:" - @echo "./scripts/create.sh +g qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)" + @echo "./scripts/create.sh qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)" @echo "Start qemu with following options:" @echo 'qemu-system-${CPU_ARCH} ${QEMU_ARGS} -M r2d -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img' endif |