summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/zork/baseboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/baseboard/zork/baseboard.c b/baseboard/zork/baseboard.c
index 66f1fa1583..e8d483487c 100644
--- a/baseboard/zork/baseboard.c
+++ b/baseboard/zork/baseboard.c
@@ -844,7 +844,8 @@ void lid_angle_peripheral_enable(int enable)
}
#endif
-static uint32_t sku_id;
+/* Unprovisioned magic value. */
+static uint32_t sku_id = 0x7fffffff;
static void cbi_init(void)
{