mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
include: extension_board: Increase overlay file name size
Upstream overlays like the ARM64 TI k3-am625-beagleplay-csi2-tevi-ov5640.dtso can easily have more then 32 characters. Increase the overlay length to 64 characters to apply overlays with longer names. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Acked-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
parent
0329779bfb
commit
38cf6819ca
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ struct extension {
|
|||
char name[32];
|
||||
char owner[32];
|
||||
char version[32];
|
||||
char overlay[32];
|
||||
char overlay[64];
|
||||
char other[32];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue