Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify the RP2040 boot2_w25x10cl.S so it compiles
The label 00: doesn't work with the arm gcc 14.02 from https://github.com/earlephilhower/pico-quick-toolchain/releases/tag/4.0.1 Changing it to `0:` and the branch statement to `beq 0b` on lines 147 and 150 compiles correctly and hopefully will not brake anything.
- Loading branch information