meta-quanta: meta-gbs: Add max blob size for /skm/hss

Set the max size to 512 since 0x300 is used for something else.

Change-Id: Ic7772247cb3cbcff4a27a12a4f85be97fd6b0b4d
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json
index 43ee499..c1dccec 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json
@@ -1,5 +1,6 @@
 [{
   "blobBaseId": "/skm/hss/",
   "sysFilePath": "/sys/class/i2c-adapter/i2c-5/5-0050/eeprom",
-  "offsetBytes": 256
+  "offsetBytes": 256,
+  "maxSizeBytes": 512
 }]