Home
last modified time | relevance | path

Searched refs:status_cell (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c138 const char *status_cell; in get_node_status() local
141 status_cell = fdt_getprop(dtb, node, "status", NULL); in get_node_status()
142 if (!status_cell || strcmp(status_cell, "okay") == 0) { in get_node_status()