Skip to content

Commit 4646e4b

Browse files
authored
patterns/xilinx_bootgen: Remove unnecessary parent access after recent pl upgrade
1 parent 9143996 commit 4646e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/xilinx_bootgen.hexpat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ namespace zynqmp {
213213

214214
u64 destination_execution_address;
215215
u64 destination_load_address;
216-
NullableWordPtr<std::Array<u8,parent.encrypted_partition_data_word_length*4>, u32> actual_partition_word_offset;
216+
NullableWordPtr<std::Array<u8, encrypted_partition_data_word_length * 4>, u32> actual_partition_word_offset;
217217

218218
PartitionAttributeBits attributes;
219219
u32 section_count;

0 commit comments

Comments
 (0)