-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create a size variable for the sbi_hart_ext
On some platforms, e.g. coreboot, opensbi fails as the loop in fdt_parse_isa_one_hart is for SBI_HART_EXT_MAX (32) items, and the array is only 15 at present. Create a variable, sbi_hart_ext_size, which can be used in for loops and other conditionals. Signed-off-by: Ronald G Minnich <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters