build: mark mkimage temporarily [1/1]

PD#SWPL-61282

Problem:
mark mkimage temporarily.

Solution:
mark mkimage temporarily.

Verify:
ad401_a113l

Signed-off-by: kelvin.zhang <kelvin.zhang@amlogic.com>
Change-Id: I8e77cd315d98b09ca8296c0d94457394b3c5a868
diff --git a/Makefile b/Makefile
index 09ba0b0..83c2d4a 100755
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@
 .PHONY: dist
 dist: all $(DIST_TARGETS)
 #arch for riscv not used the rtos-uImage with the follow command now
-	build/mkimage -A $(ARCH) -O u-boot -T standalone -C none -a 0x1000 -e 0x1000 -n rtos -d $(kernel_dist_BIN) $(DIST_DIR)/rtos-uImage
+#	mkimage -A $(ARCH) -O u-boot -T standalone -C none -a 0x1000 -e 0x1000 -n rtos -d $(kernel_dist_BIN) $(DIST_DIR)/rtos-uImage
 #	$(call SIGN_IMAGE,bootloader,512)
 #	$(call SIGN_IMAGE,kernel,1024)