diff options
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index bc754beefb..a267946386 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -332,4 +332,7 @@ config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS int default 32 +config MEMORY_TRAINING_TEXT + default "Your device is finishing an update. This may take 1-2 minutes.\\Please do not turn off your device." + endif # BOARD_GOOGLE_BRYA_COMMON |