Set default MAX_NUM_BOOTINFO_DEVICE_REGIONS to a value that will fit into the initial boot info frame
This commit is contained in:
parent
ec02c27ea7
commit
fb7dd823bb
2 changed files with 2 additions and 2 deletions
2
Kconfig
2
Kconfig
|
|
@ -195,7 +195,7 @@ menu "seL4 System Parameters"
|
|||
|
||||
config MAX_NUM_BOOTINFO_DEVICE_REGIONS
|
||||
int "Max number of bootinfo device regions"
|
||||
default 200
|
||||
default 199
|
||||
|
||||
config MAX_NUM_BOOTINFO_UNTYPED_CAPS
|
||||
int "Max number of bootinfo untyped caps"
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
/* maximum number of device regions in bootinfo */
|
||||
/* WARNING: must match value in libsel4! */
|
||||
#ifndef CONFIG_MAX_NUM_BOOTINFO_DEVICE_REGIONS
|
||||
#define CONFIG_MAX_NUM_BOOTINFO_DEVICE_REGIONS 200
|
||||
#define CONFIG_MAX_NUM_BOOTINFO_DEVICE_REGIONS 199
|
||||
#endif
|
||||
|
||||
/* maximum number of untyped caps in bootinfo */
|
||||
|
|
|
|||
Loading…
Reference in a new issue