diff --git a/readimage-zynqmp.cpp b/readimage-zynqmp.cpp index af6993d..d78df64 100755 --- a/readimage-zynqmp.cpp +++ b/readimage-zynqmp.cpp @@ -100,6 +100,7 @@ void ZynqMpReadImage::ReadBinaryFile(DumpOption::Type dump, std::string path) { LOG_ERROR("The option '-read/-dump' is not supported on mcs format file : %s", binFilename.c_str()); } + ReadHeaderTableDetails(); ReadPartitions(); } /*******************************************************************************/ @@ -664,4 +665,4 @@ void ZynqMpReadImage::DisplayPhtAttributes(uint32_t value) } std::string empty = ""; DisplayAttributes("hi-vec ", val, empty, empty); -} \ No newline at end of file +}