Skip to content

Commit 6838186

Browse files
committed
fixup! cpu/rp2350_riscv: add initial support
1 parent 46d2b65 commit 6838186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpu/rp2350_riscv/picobin_block.s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* SPDX-License-Identifier: LGPL-2.1-only
55
*/
66

7-
/* Picobin block required for the binary */
8-
/* This defines the minimum viable image metadata to be recognized by the RP2350 bootloader */
9-
/* based on RP2350 Chapter 5.9.1 */
7+
/* Picobin block required for the binary.
8+
* This defines the minimum viable image metadata to be recognized by the RP2350 bootloader
9+
* based on RP2350 Chapter 5.9.1 */
1010

1111
.section .picobin_block, "a" /* "a" means "allocatable" (can be moved by the linker) */
1212

0 commit comments

Comments
 (0)