gfdt_update_prop_strings()

Set a property to a list of string values (ARM)

Synopsis:

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

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.
...
A NULL-terminated list of strings.

Library:

Provided by qvm; no external library is required.

Description:

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