scripts: fix C3 compile flow. [1/1]
PD#SWPL-97754
Problem:
fix c3 compile flow.
Solution:
fix c3 compile flow.
Verify:
N/A.
Signed-off-by: shijie.xiong <shijie.xiong@amlogic.com>
Change-Id: If784c94efb4cda9b7ecdc170c7a9ac20f5816192
diff --git a/c3_fastboot.sh b/c3_fastboot.sh
index 32b1685..f68f0f7 100755
--- a/c3_fastboot.sh
+++ b/c3_fastboot.sh
@@ -56,8 +56,8 @@
cp $RTOS_IMAGE_B ./fastboot
cp $RTOS_BUILD_DIR/bl22.bin ./fastboot
#./mk c3_aw419 --update-bl2 --bl31 ./blob-bl31.bin.signed
- ./mk c3_aw419 --update-bl2 --update-bl2e --bl31 ./blob-bl31.bin.signed
- #./mk c3_aw419 ./blob-bl31.bin.signed
+ #./mk c3_aw419 --update-bl2 --update-bl2e --bl31 ./blob-bl31.bin.signed
+ ./mk c3_aw419
popd
}