mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-08-15 05:18:32 +00:00
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.