Skip to content

Commit

Permalink
sys-apps/kexec-tools: fix memory location issue
Browse files Browse the repository at this point in the history
the initrd should be put at low address
http://lists.infradead.org/pipermail/linux-riscv/2022-August/018398.html

Signed-off-by: Yixun Lan <dlan@gentoo.org>
  • Loading branch information
dlan17 committed Aug 21, 2022
1 parent ee1fce2 commit 9bd3aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/kexec-tools/files/kexec-tools-2.0.24-riscv.patch
Expand Up @@ -699,7 +699,7 @@ index 0000000..d05c47d
+ initrd_base + initrd_size);
+
+ dbgprintf("Base addr for initrd image: 0x%lX\n", initrd_base);
+ min_usable = initrd_base;
+ max_usable = initrd_base;
+ }
+
+ /* Add device tree */
Expand Down

0 comments on commit 9bd3aae

Please sign in to comment.