commit | a160eed4b783d7b250a32f7e5787c9867abc5686 | [log] [tgz] |
---|---|---|
author | Alexandre Ghiti <alex@ghiti.fr> | Mon Feb 17 00:28:47 2020 -0500 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Wed Mar 04 15:11:03 2020 -0800 |
tree | 59183deec4b7f02bba486729c23596f4128dc29d | |
parent | aa2734202acc506d09c8e641db4da161f902df27 [diff] |
riscv: Fix range looking for kernel image memblock When looking for the memblock where the kernel lives, we should check that the memory range associated to the memblock entirely comprises the kernel image and not only intersects with it. Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Reviewed-by: Anup Patel <anup@brainfault.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>