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.
Description:
If the property isn't already present and set to a list of string values, this function sets the given property in the given FDT node to the given list of string values.
Page updated:
