Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove second hyphen from metatarget
  • Loading branch information
theotherjimmy committed May 19, 2017
commit 3617bd3ab3c64c02bf65bd0834b3cd0f8db80c9f
2 changes: 1 addition & 1 deletion docs/advanced/bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ An unmanaged bootloader build is a method for controlling the link location of a

### `target.mbed_app_start`

The configuration option `target.mbed_app_start` sets the starting address of the linker script by defining the `MBED_APP_START` macro for the linker script. You may only define this configuration option within the `target_overrides` section of an mbed application configuration, and you may not define it for the meta-target `*`. When you do not define this configuration option, it defaults to the start of a target's ROM. This configuration option must be an address within ROM.
The configuration option `target.mbed_app_start` sets the starting address of the linker script by defining the `MBED_APP_START` macro for the linker script. You may only define this configuration option within the `target_overrides` section of an mbed application configuration, and you may not define it for the metatarget `*`. When you do not define this configuration option, it defaults to the start of a target's ROM. This configuration option must be an address within ROM.

### `target.mbed_app_size`

Expand Down