mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Normally, the board header can be found for each supported board under 'src/core/board/<BOARD>/board.h'. This was not the case for the board 'pc' that was located under 'src/core/spec/x86_64/board.h'. The commit fixes this. Ref #4217