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 property value.
vall
The length of the property value, in bytes.

Library:

Provided by qvm; no external library is required.

Description:

If the property isn't already present, this function sets a property in an FDT node.