mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-16 23:43:15 +00:00
parent
75f2822752
commit
4eb3edf80f
@ -33,10 +33,10 @@ ENTRY(_entry_point)
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
/* Second stage bootloader is prepended to the image. It must be 256 bytes big
|
||||
and checksummed. It is usually built by the boot_stage2 target
|
||||
in the Raspberry Pi Pico SDK
|
||||
*/
|
||||
/* On Arm, the bootrom expects a VT at the start of the
|
||||
image by default; on RISC-V, the default is to enter the image at its
|
||||
lowest address, so an IMAGEDEF item is required to specify the
|
||||
nondefault entry point. */
|
||||
|
||||
.flash_begin : {
|
||||
__flash_binary_start = .;
|
||||
|
Loading…
x
Reference in New Issue
Block a user