mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Thomas writes: "Make the EFI arm stub device tree loader default on to unbreak existing EFI boot loaders which do not have DTB support." * 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to y
This commit is contained in:
commit
ea092676b0
1 changed files with 6 additions and 3 deletions
|
@ -90,14 +90,17 @@ config EFI_ARMSTUB
|
||||||
config EFI_ARMSTUB_DTB_LOADER
|
config EFI_ARMSTUB_DTB_LOADER
|
||||||
bool "Enable the DTB loader"
|
bool "Enable the DTB loader"
|
||||||
depends on EFI_ARMSTUB
|
depends on EFI_ARMSTUB
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Select this config option to add support for the dtb= command
|
Select this config option to add support for the dtb= command
|
||||||
line parameter, allowing a device tree blob to be loaded into
|
line parameter, allowing a device tree blob to be loaded into
|
||||||
memory from the EFI System Partition by the stub.
|
memory from the EFI System Partition by the stub.
|
||||||
|
|
||||||
The device tree is typically provided by the platform or by
|
If the device tree is provided by the platform or by
|
||||||
the bootloader, so this option is mostly for development
|
the bootloader this option may not be needed.
|
||||||
purposes only.
|
But, for various development reasons and to maintain existing
|
||||||
|
functionality for bootloaders that do not have such support
|
||||||
|
this option is necessary.
|
||||||
|
|
||||||
config EFI_BOOTLOADER_CONTROL
|
config EFI_BOOTLOADER_CONTROL
|
||||||
tristate "EFI Bootloader Control"
|
tristate "EFI Bootloader Control"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue