Skip to content

Commit

Permalink
fix: No need to set the AES version to 2 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Oct 21, 2024
1 parent b424706 commit 1002f4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hw/misc/apple-silicon/aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,6 @@ SysBusDevice *apple_aes_create(DTBNode *node)
s = APPLE_AES(dev);
sbd = SYS_BUS_DEVICE(dev);

prop = find_dtb_prop(node, "aes-version");
if (prop != NULL) {
*(uint32_t *)prop->value = 2;
}

prop = find_dtb_prop(node, "reg");
g_assert_nonnull(prop);

Expand Down

0 comments on commit 1002f4f

Please sign in to comment.