"vscode:/vscode.git/clone" did not exist on "1afeee92751840e4352201c9b3e99056a6fe5c9d"
Commit a29f50c9 authored by Soren Brinkmann's avatar Soren Brinkmann
Browse files

zynqmp: Remove double ';'


Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
parent 55eae0d4
......@@ -114,7 +114,7 @@ static int get_fsbl_el(const struct xfsbl_partition *partition)
{
uint64_t flags = partition->flags & FSBL_FLAGS_EL_MASK;
return flags >> FSBL_FLAGS_EL_SHIFT;;
return flags >> FSBL_FLAGS_EL_SHIFT;
}
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment