CpuCore: Update Microcode type to uint

Match the type with Cpu.interface.yaml with the change that went in:
https://gerrit.openbmc-project.xyz/47987

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I97401a8325c939ec1f69a6e59716fa9bc4dfd45e
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
index 18168de..b68b6c0 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
@@ -2,7 +2,8 @@
     Implement to provide CPU core attributes.
 properties:
     - name: Microcode
-      type: string
+      type: uint32
       description: >
-          The microcode information for this core.
-          Should be left empty if this is not supported.
+          The microcode information for this processor
+      default: 0
+