diff --git a/examples/custom_bootloader/bootloader_override/README.md b/examples/custom_bootloader/bootloader_override/README.md index 1b6bbf84d4..2771c03134 100644 --- a/examples/custom_bootloader/bootloader_override/README.md +++ b/examples/custom_bootloader/bootloader_override/README.md @@ -20,7 +20,7 @@ idf.py flash This custom bootloader does not do more than the older bootloader, it only prints an extra message on start up: ``` -[boot] Custom bootloader has been initialized correctly. +[boot] Custom bootloader message defined in the KConfig file. ``` ## Organisation of this example