From f70ed2aab61e03b0bc5401bf5bb72ce8d6c0d426 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Mon, 17 Apr 2017 20:15:36 +0530 Subject: Fix compile failure on Host error yaml file Change-Id: Ic634a3d45b93fb9950c76a671b561d68b14e039c Signed-off-by: Vishwanatha Subbanna --- org/open_power/Host/Access.metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/open_power/Host/Access.metadata.yaml b/org/open_power/Host/Access.metadata.yaml index 45a9450..f263858 100644 --- a/org/open_power/Host/Access.metadata.yaml +++ b/org/open_power/Host/Access.metadata.yaml @@ -1,13 +1,13 @@ - name: WriteCFAM meta: - - str:"ADDRESS=0x%X" + - str: "ADDRESS=0x%X" type: uint32 inherits: - xyz.openbmc_project.Common.Callout.Device - name: ReadCFAM meta: - - str:"ADDRESS=0x%X" + - str: "ADDRESS=0x%X" type: uint32 inherits: - xyz.openbmc_project.Common.Callout.Device -- cgit v1.2.1