"src/psl/merge_requests" did not exist on "master"
Draft: Fix sh4/sh7785lcr flavour
The sh4/sh7785lcr flavour is weird in that this platform has a small kernel partition and no initramfs partition. The kernel image is currently unbootable as it is too large for the kernel partition and lacking the storage drivers needed to boot.
To fix this:
- Revert the change that modularised the storage drivers.
- Disable or modularise other features, based on what was done for armel/marvell.
- Restore the kernel size check.
This has not yet been tested.