c3: cleaning intermediate files during compilation. [1/1]
PD#SWPL-107181
Problem:
Intermediate files are not deleted when compiling.
Solution:
delete.
Verify:
N/A
Change-Id: I45b18ac81952080a435bcfb0462937a6eb94a784
Signed-off-by: shijie.xiong <shijie.xiong@amlogic.com>
diff --git a/c3_fastboot.sh b/c3_fastboot.sh
index e88e786..ecd3d09 100755
--- a/c3_fastboot.sh
+++ b/c3_fastboot.sh
@@ -109,6 +109,7 @@
#Get the rtos target address
./self_decompress_tool.sh -a ./self_decompress_head.bin -b ./rtos_1.bin -l 0x04c00000 -j $RTOS_TARGET_ADDRESS -d 0 -s $RTOS2_TARGET_ADDRESS
cp ./self_decompress_firmware.bin $RTOS_IMAGE_A
+ rm ./self_decompress_firmware.bin ./rtos_1.bin
popd
}