Skip to content

Commit

Permalink
configs: qemu-gdb: disable CONFIG_RELOCATABLE
Browse files Browse the repository at this point in the history
Since RELOCATABLE is set to default 'y' now. It has to be disabled only
due to that we run out of memory since CONFIG_RELOCATABLE adds some
bloat to the kernel Image, so if we build are really big kernel (like
building an allmodconfig kernel) it might look like CONFIG_RELOCATABLE
is broken, but all it does is pushing it over the edge.

Fixes: dd4bc60 ("arm64: warn on incorrect placement of the kernel by the bootloader")
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Nov 26, 2024
1 parent 0ef04ff commit a0fc6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/configs/qemu-gdb.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_GDB_SCRIPTS=y

# Easier to debug
# CONFIG_RANDOMIZE_BASE is not set
# CONFIG_RELOCATABLE is not set

0 comments on commit a0fc6f7

Please sign in to comment.