Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openrisc: Reserve memblock for initrd
Recently OpenRISC added support for external initrd images, but I found some instability when using larger buildroot initrd images. It turned out that I forgot to reserve the memblock space for the initrd image. This patch fixes the instability issue by reserving memblock space. Fixes: ff6c923 ("openrisc: Add support for external initrd images") Signed-off-by: Stafford Horne <[email protected]> Reviewed-by: Mike Rapoport <[email protected]>
- Loading branch information