mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
This commit is contained in:
parent
6fea77f584
commit
1ff632128f
1 changed files with 4 additions and 4 deletions
|
|
@ -33,10 +33,10 @@ ENTRY(_entry_point)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* Second stage bootloader is prepended to the image. It must be 256 bytes big
|
/* On Arm, the bootrom expects a VT at the start of the
|
||||||
and checksummed. It is usually built by the boot_stage2 target
|
image by default; on RISC-V, the default is to enter the image at its
|
||||||
in the Raspberry Pi Pico SDK
|
lowest address, so an IMAGEDEF item is required to specify the
|
||||||
*/
|
nondefault entry point. */
|
||||||
|
|
||||||
.flash_begin : {
|
.flash_begin : {
|
||||||
__flash_binary_start = .;
|
__flash_binary_start = .;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue