gfdt_update_prop_string()

Set a property to a string value (ARM)

Synopsis:

#include <qvm/firmware.h>
void gfdt_update_prop_string(int node,
                             const char *propname,
                             const char *str)

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.
str
A pointer to a string value.

Library:

Provided by qvm; no external library is required.

Description:

If the property isn't already present and set to a string, this function sets a property to a string value in an FDT node.