i dont know what i'm doing wrong with the handling of the no-map
property, but i'll find some coffee and time and figure it out soon
hopefully.
-/* $OpenBSD: machdep.c,v 1.35 2024/02/21 01:45:14 dlg Exp $ */
+/* $OpenBSD: machdep.c,v 1.36 2024/02/21 04:26:45 dlg Exp $ */
/*
* Copyright (c) 2014 Patrick Wildt <patrick@blueri.se>
if (node) {
for (node = fdt_child_node(node); node;
node = fdt_next_node(node)) {
- char *no_map;
- if (fdt_node_property(node, "no-map", &no_map) < 0)
- continue;
if (fdt_get_reg(node, 0, ®))
continue;
if (reg.size == 0)