mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
qca-swiss-army-knife: fix comment in ar9340_initvals.h
The comment at the end of the 'ar9340_initvals.h' header does not match with defined constant. Fix it. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
This commit is contained in:
parent
a1d9a3df73
commit
05d5a09ff6
2 changed files with 2 additions and 2 deletions
|
|
@ -1345,4 +1345,4 @@ static const u32 ar9340_1p0_soc_preamble[][2] = {
|
|||
{0x00007038, 0x000004c2},
|
||||
};
|
||||
|
||||
#endif /* INITVALS_9340_1P0_H */
|
||||
#endif /* INITVALS_9340_H */
|
||||
|
|
|
|||
|
|
@ -846,7 +846,7 @@ static void print_initvals_family(char *family, bool check)
|
|||
}
|
||||
ar9340_hw_print_initvals(check);
|
||||
if (!check)
|
||||
printf("#endif /* INITVALS_9340_1P0_H */\n");
|
||||
printf("#endif /* INITVALS_9340_H */\n");
|
||||
} else if (strncmp(family, "ar9485", 6) == 0) {
|
||||
if (!check) {
|
||||
printf("#ifndef INITVALS_9485_H\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue