Kinsey Moore started a new discussion on cpukit/include/rtems/rtems-fdt.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1286#note_151811

 > + *        chain of blobs.
 > + *
 > + * @param filename The name of the raw blob file to load.
 > + * @param handle The handle returns the reference to the blob once load.
 > + * @return int If less than 0 an error code else successful.
 > + *
 > + * @see rtems_fdt_load
 > + */
 > +int rtems_fdt_load_blob_file_binary(
 > +  const char *filename,
 > +  rtems_fdt_handle *handle
 > +);
 > +
 > +/**
 > + * @brief Loads a gzip compressed DTB file int memory and registers it on 
 > the
 > + *        chain of blobs.

This description isn't accurate as `rtems_fdt_load()` is now a trivial shim 
around this function and this function will successfully load a compressed or 
uncompressed blob.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1286#note_151811
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to