Changeset 4fd05d3 in rtems
- Timestamp:
- 07/07/18 19:57:19 (5 years ago)
- Branches:
- 5, master
- Children:
- 80eaf45
- Parents:
- 78ad048
- git-author:
- Simon Glass <sjg@…> (07/07/18 19:57:19)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/19/18 05:01:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/dtc/libfdt/fdt_sw.c
r78ad048 r4fd05d3 171 171 FDT_SW_PROBE(fdt); 172 172 173 headsize = fdt_off_dt_struct(fdt) ;173 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); 174 174 tailsize = fdt_size_dt_strings(fdt); 175 175
Note: See TracChangeset
for help on using the changeset viewer.