mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
motorola_powerpc: Address missing field initializer warnings
These were in declarations of board information structure with initialization. The initialization was changed to using named fields. Updates #5325.
This commit is contained in:
committed by
Kinsey Moore
parent
2999ec8607
commit
0ff1ea4ab4
@@ -334,7 +334,7 @@ static const mot_info_t mot_boards[] = {
|
||||
{0x1E0, 0xFD, PPC_UNKNOWN, "MVME 3600 with MVME712M", NULL, NULL},
|
||||
{0x1E0, 0xFE, PPC_UNKNOWN, "MVME 3600 with MVME761", NULL, NULL},
|
||||
{0x1E0, 0xFF, PPC_UNKNOWN, "MVME 1600-001 or 1600-011", NULL, NULL},
|
||||
{0x000, 0x00, PPC_UNKNOWN, ""}, /* end of probeable values for automatic scan */
|
||||
{0x000, 0x00, PPC_UNKNOWN, "", NULL, NULL}, /* end of probeable values for automatic scan */
|
||||
{0x000, 0x00, PPC_UNKNOWN, "MVME 2100", mvme2100_intmap, prep_pci_swizzle},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user