Commit Diff


commit - 10d59256009269463132637ce6cc8d3ee2b6d8c0
commit + 3aafaddfe3d82356a4da5dd04a0069154f8b7c5a
blob - c82f296bb7c7cd1f835d9e520713d8bd4c581d2d
blob + cde9eed566c633a40598b137177401ace35cc6ba
--- Makefile
+++ Makefile
@@ -39,12 +39,5 @@ clean:
 	rm -rf *.o squat-*.elf squat-*.img
 	${MAKE} -C tools/img_eGON.BT0 clean
 
-#qemu: squat.img
-#	qemu-system-${ARCH} -M ${BOARD} -cpu cortex-a53 \
-			    -kernel squat.img -nographic -monitor none -serial stdio
-#gdb-remote: squat.img
-#	qemu-system-${ARCH} -s -S -M ${BOARD} -cpu cortex-a53 \
-#			    -kernel squat.img -nographic -monitor none -serial stdio
-
 tools:
 	${MAKE} -C tools/img_eGON.BT0 img_eGON.BT0