t6d: update payload_info for t6d [1/1]
PD#SWPL-177741
Problem:
update payload_info for t6d
Solution:
fixed
Verify:
T6D
Change-Id: I2631620378978562f698e8a8b9ff44e66db01eb5
Signed-off-by: wenbo.wang <wenbo.wang@amlogic.com>
diff --git a/t6d/bin/device-vendor-scs-signing.sh b/t6d/bin/device-vendor-scs-signing.sh
index dd94503..c66b8e2 100755
--- a/t6d/bin/device-vendor-scs-signing.sh
+++ b/t6d/bin/device-vendor-scs-signing.sh
@@ -86,7 +86,7 @@
sector=512
seek=0
seek_sector=0
- dateStamp=S7-${part}-`date +%y%m%d%H%M%S`
+ dateStamp=T6D-${part}-`date +%y%m%d%H%M%S`
echo @AMLBOOT > ${file_info_cfg_temp}
dd if=${file_info_cfg_temp} of=${file_info_cfg} bs=1 count=8 conv=notrunc &> /dev/null
@@ -321,4 +321,4 @@
if [ -d ${temp_dir} ]; then
rm -rf ${temp_dir}
-fi
\ No newline at end of file
+fi
diff --git a/t6d/build.sh b/t6d/build.sh
index 305f3ad..ec5e7fa 100755
--- a/t6d/build.sh
+++ b/t6d/build.sh
@@ -465,7 +465,7 @@
sector=512
seek=0
seek_sector=0
- dateStamp=S7-${CHIPSET_NAME}-`date +%y%m%d%H%M%S`
+ dateStamp=T6D-${CHIPSET_NAME}-`date +%y%m%d%H%M%S`
echo @AMLBOOT > ${file_info_cfg_temp}
dd if=${file_info_cfg_temp} of=${file_info_cfg} bs=1 count=8 conv=notrunc &> /dev/null