Merge patch series "arm: armv7: fix a bug that prevents CONFIG_BLOBLIST and CONFIG_POSITION_INDEPENDENT to be enabled together"
Yang Xiwen <forbidden405@outlook.com> says: This patchset also enables CONFIG_POSITION_INDEPENDENT for qemu boards to avoid similar issues to happen again in the future. Link: https://lore.kernel.org/r/20250531-pie_blob_fix-v1-0-7b4a37987dbc@outlook.com
This commit is contained in:
@@ -1091,6 +1091,7 @@ config ARCH_QEMU
|
|||||||
imply USB_XHCI_PCI
|
imply USB_XHCI_PCI
|
||||||
imply USB_KEYBOARD
|
imply USB_KEYBOARD
|
||||||
imply CMD_USB
|
imply CMD_USB
|
||||||
|
imply POSITION_INDEPENDENT
|
||||||
|
|
||||||
config ARCH_RENESAS
|
config ARCH_RENESAS
|
||||||
bool "Renesas ARM SoCs"
|
bool "Renesas ARM SoCs"
|
||||||
|
@@ -182,6 +182,8 @@ saved_args:
|
|||||||
.word 0
|
.word 0
|
||||||
.endr
|
.endr
|
||||||
END(saved_args)
|
END(saved_args)
|
||||||
|
|
||||||
|
.section .text
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ARMV7_LPAE
|
#ifdef CONFIG_ARMV7_LPAE
|
||||||
|
Reference in New Issue
Block a user