mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 21:41:16 +02:00
dm: remove superfluous comment for union ofnode_union
"future live tree" does not make sense anymore as we have CONFIG_OF_LIVE. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
committed by
Simon Glass
parent
1d310001dc
commit
b9390ce51c
@@ -48,7 +48,7 @@ struct resource;
|
|||||||
* is not a really a pointer to a node: it is an offset value. See above.
|
* is not a really a pointer to a node: it is an offset value. See above.
|
||||||
*/
|
*/
|
||||||
typedef union ofnode_union {
|
typedef union ofnode_union {
|
||||||
const struct device_node *np; /* will be used for future live tree */
|
const struct device_node *np;
|
||||||
long of_offset;
|
long of_offset;
|
||||||
} ofnode;
|
} ofnode;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user