Skip to content

Commit 49ec0b5

Browse files
committed
Document the relative-to-definition path behovior of bl_img
1 parent 29657d7 commit 49ec0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configuration/bootloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This parameter conflicts with `target.bootloader_img` and `target.restrict_size`
3434

3535
### target.bootloader_img
3636

37-
This parameter defines the bootloader image to be used during the built-in postbuild merge process. `target.bootloader_img` implicitly defines the start of the current application's code segment by taking the size of the bootloader and rounding up to the next flash erase block boundary. The built-in postbuild merge process automatically combines the current application with the image this parameter references.
37+
This parameter defines the bootloader image to be used during the built-in postbuild merge process. The path specified in `target.bootloader_img` is relative to the configuration file that overrides it. `target.bootloader_img` implicitly defines the start of the current application's code segment by taking the size of the bootloader and rounding up to the next flash erase block boundary. The built-in postbuild merge process automatically combines the current application with the image this parameter references.
3838

3939
The start address of the current application, as computed above, is available to C and C++ as `APPLICATION_ADDR` and to the linker as `MBED_APP_START`. The size of the current application is available as `APPLICATION_SIZE` and `MBED_APP_SIZE`. This parameter also defines `BOOTLOADER_ADDR` and `BOOTLOADER_SIZE` as the start address and size of the provided bootloader.
4040

0 commit comments

Comments
 (0)