gfdt_update_property()
Set a property value (ARM)
Synopsis:
#include <qvm/firmware.h>void gfdt_update_property(int node,
const char *propname,
const void *valp,
size_t vall)Arguments:
- node
- The offset of the FDT node where the property is being set.
- propname
- A pointer to the name of the property being set.
- valp
- A pointer to the new property value.
- vall
- The length of the property value, in bytes.
Description:
If the property isn't already present, this function sets the given property in the given FDT node to the given value.
Page updated:
