Revert "dts: gen_defines: generate _ORD_STR_SORTABLE
"
This reverts commit 9b77681473
.
This commit is contained in:
parent
109fc87737
commit
f0958c62e4
2 changed files with 0 additions and 8 deletions
|
@ -24,13 +24,6 @@
|
|||
*/
|
||||
#define DT_DEP_ORD(node_id) DT_CAT(node_id, _ORD)
|
||||
|
||||
/**
|
||||
* @brief Get a node's dependency ordinal in string sortable form
|
||||
* @param node_id Node identifier
|
||||
* @return the node's dependency ordinal as a zero-padded integer literal
|
||||
*/
|
||||
#define DT_DEP_ORD_STR_SORTABLE(node_id) DT_CAT(node_id, _ORD_STR_SORTABLE)
|
||||
|
||||
/**
|
||||
* @brief Get a list of dependency ordinals of a node's direct dependencies
|
||||
*
|
||||
|
|
|
@ -747,7 +747,6 @@ def write_dep_info(node):
|
|||
|
||||
out_comment("Node's dependency ordinal:")
|
||||
out_dt_define(f"{node.z_path_id}_ORD", node.dep_ordinal)
|
||||
out_dt_define(f"{node.z_path_id}_ORD_STR_SORTABLE", f"{node.dep_ordinal:0>5}")
|
||||
|
||||
out_comment("Ordinals for what this node depends on directly:")
|
||||
out_dt_define(f"{node.z_path_id}_REQUIRES_ORDS",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue