tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120
SVN-Revision: 20850
This commit is contained in:
parent
396a3c5385
commit
fe5d55977e
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
#define IMAGETAG_CRC_START 0xFFFFFFFF
|
||||
|
||||
#define PIRELLI_BOARDS { \
|
||||
"AGPF_S0", \
|
||||
"DWV_SO", \
|
||||
"AGPF-S0", \
|
||||
"DWV-S0", \
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue