diff --git a/examples/custom_bootloader/bootloader_override/README.md b/examples/custom_bootloader/bootloader_override/README.md index 43ed3a6d25..443688f0e3 100644 --- a/examples/custom_bootloader/bootloader_override/README.md +++ b/examples/custom_bootloader/bootloader_override/README.md @@ -23,7 +23,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