raspberry3_bare/static_tools.h
Mathieu Maret 817e629743 Add way to upload kernel by serial link
For this code before __ld_kernel_begin should not be modifier (e.g.
crt0.S and static_tools.c).

Inspired/Taken by/from https://github.com/nicolasmesa/PiOS
2022-03-22 23:06:10 +01:00

4 lines
74 B
C

#pragma once
int __attribute__((section("static_tools"))) copy_kernel();