Skip to content

Commit

Permalink
mpfs: Add fpga version information to device_boot_info struct
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Nov 15, 2023
1 parent 0462de1 commit e3fe2a4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ typedef struct __attribute__((__packed__))

char bl_version[32];

/* FPGA version info */

uint32_t fpga_version;

/* Reserved for future use */

uint8_t reserved[428];
uint8_t reserved[424];
} devinfo_t;

0 comments on commit e3fe2a4

Please sign in to comment.