summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip/p9_xip_image.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_image.C')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.C b/src/import/chips/p9/xip/p9_xip_image.C
index f12fc26e..4dc4c6a0 100644
--- a/src/import/chips/p9/xip/p9_xip_image.C
+++ b/src/import/chips/p9/xip/p9_xip_image.C
@@ -559,7 +559,6 @@ xipSetSectionSize(void* io_image, const int i_section, const uint32_t i_size)
/// Set the properties of a section
-//
XIP_STATIC int
xipSetSectionProps(void* io_image, const int i_section, const uint8_t i_props)
{
@@ -3265,6 +3264,11 @@ int p9_xip_dd_section_support(const void* i_image,
int rc;
P9XipSection section;
+ if (i_sectionId == P9_XIP_SECTION_HW_OVERLAYS)
+ {
+ return P9_XIP_OVERLAYS_NOT_SUPPORTED;
+ }
+
rc = p9_xip_get_section(i_image, i_sectionId, &section);
if (!rc)
OpenPOWER on IntegriCloud