-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The dt_variable_read() function is only used in a few places, all of them involving reading data from a data record. Callers adjust the base address using the record offset, and then pass in the data size from the record as well. The new dt_read_scalar() function takes a base address and a pointer to a record descriptor which is more in line with the nature of data record descriptors. Signed-off-by: Kris Van Hees <[email protected]> Reviewed-by: Eugene Loh <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
38 deletions.
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