Skip to content

Commit 7be1cf1

Browse files
authored
fix(sztp): add amd also to generate script
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent 5b8237a commit 7be1cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sztp/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cp ${MYTMPDIR}/sztpd-simulator/pki/client/end-entity/private_key.pem ./generated
3838

3939
declare -a names
4040

41-
for vendor in nvidia intel marvell
41+
for vendor in nvidia intel marvell amd
4242
do
4343
names+=("${vendor^^}_BOOT_IMG_HASH_VAL" "${vendor^^}_CONFIG_B64")
4444
export ${vendor^^}_BOOT_IMG_HASH_VAL=$(openssl dgst -sha256 -c ./images/${vendor,,}-boot-image.img | awk '{print $2}')

0 commit comments

Comments
 (0)