diff options
-rw-r--r-- | core/platform.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/platform.c b/core/platform.c index 49ae63a..b95d7c0 100644 --- a/core/platform.c +++ b/core/platform.c @@ -133,6 +133,12 @@ void probe_platform(void) /* Detect Manufacturing mode */ if (dt_find_property(dt_root, "ibm,manufacturing-mode")) { + /** + * @fwts-label ManufacturingMode + * @fwts-advice You are running in manufacturing mode. + * This mode should only be enabled in a factory during + * manufacturing. + */ prlog(PR_NOTICE, "PLAT: Manufacturing mode ON\n"); manufacturing_mode = true; } |