summaryrefslogtreecommitdiffstats
path: root/hw/nx.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nx.c')
-rw-r--r--hw/nx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nx.c b/hw/nx.c
index 1c269292..18e6be79 100644
--- a/hw/nx.c
+++ b/hw/nx.c
@@ -79,6 +79,6 @@ void nx_init(void)
dt_for_each_compatible(dt_root, node, "ibm,power-nx") {
nx_create_rng_node(node);
nx_create_crypto_node(node);
- nx_create_842_node(node);
+ nx_create_compress_node(node);
}
}
OpenPOWER on IntegriCloud