Files
uniLoader/main
famfo 21bf08f9d4 main: Move initialization of board_data to the stack
When the board_data is initialized at compile time, it is placed into
the data section, which doesn't get relocated by the linker. The resulting
address of the board_data that is passed to board_init lies within reserved
memory and the device crashes.
2025-04-04 15:57:39 +03:00
..