Home
last modified time | relevance | path

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

/external/u-boot/board/CZ.NIC/turris_mox/
Dturris_mox.c63 char module_topology[128]; in last_stage_init() local
108 if (len + mlen < sizeof(module_topology)) { in last_stage_init()
109 strcpy(module_topology + len, mname); in last_stage_init()
115 module_topology[len > 0 ? len - 1 : 0] = '\0'; in last_stage_init()
117 env_set("module_topology", module_topology); in last_stage_init()