mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
Bring initvals.c in sync with the format of ar9003_2p0_initvals.h
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
11c67e582b
commit
b46c218c42
1 changed files with 3 additions and 3 deletions
|
|
@ -596,13 +596,13 @@ print_initvals_family(char *family)
|
|||
else if (strncmp(family, "ar9002", 6) == 0)
|
||||
ar9002_hw_print_initvals();
|
||||
else if (strncmp(family, "ar9003-2p0", 10) == 0) {
|
||||
printf("#ifndef INITVALS_9003_H\n");
|
||||
printf("#define INITVALS_9003_H\n");
|
||||
printf("#ifndef INITVALS_9003_2P0_H\n");
|
||||
printf("#define INITVALS_9003_2P0_H\n");
|
||||
printf("\n");
|
||||
printf("/* AR9003 2.0 */\n");
|
||||
printf("\n");
|
||||
ar9003_2p0_hw_print_initvals();
|
||||
printf("#endif /* INITVALS_9003_H */\n");
|
||||
printf("#endif /* INITVALS_9003_2P0_H */\n");
|
||||
} else if (strncmp(family, "ar9003-2p2", 10) == 0) {
|
||||
printf("#ifndef INITVALS_9003_2P2_H\n");
|
||||
printf("#define INITVALS_9003_2P2_H\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue