mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 23:54:14 +00:00
3df03fbc41
The old implementation cleared all other bits in the SCU control register when enabling the SCU, which broke the kernel startup on zynq- based boards. By only raising the enable bit, we can keep the initial/default state e.g. as set up by uboot. Fixes #1953