Re: [PATCH 11/12] riscv: provide a flat image loader
From: Paul Walmsley
Date: Sun Nov 17 2019 - 18:14:49 EST
On Mon, 28 Oct 2019, Christoph Hellwig wrote:
> This allows just loading the kernel at a pre-set address without
> qemu going bonkers trying to map the ELF file.
>
> Contains a controbution from Aurabindo Jayamohanan to reuse the
> PAGE_OFFSET definition.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> Reviewed-by: Anup Patel <anup@xxxxxxxxxxxxxx>
Thanks, queued for v5.5-rc1.
- Paul