gfdt_add_prop_string()
Add a property with a string value (ARM)
Synopsis:
#include <qvm/firmware.h>void gfdt_add_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 fixed string value.
Description:
If the property isn't already present and set to a string, this function sets it to the given string value in the specified FDT node.
Page updated:
