diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-09-13 09:46:43 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-09-13 09:46:43 +0100 |
commit | 4049ca58b55247072df488c1fc78c23e588d96c1 (patch) | |
tree | 0ac76d8068eab9a6182f8bd5862908b4b333a6e6 /kernel-armv7hl-lpae.config | |
parent | 539c77ed029666082b5c5c5c7701273891b06244 (diff) | |
download | kernel-4049ca58b55247072df488c1fc78c23e588d96c1.tar.gz kernel-4049ca58b55247072df488c1fc78c23e588d96c1.tar.xz kernel-4049ca58b55247072df488c1fc78c23e588d96c1.zip |
enable EFI_ARMSTUB_DTB_LOADER to allow the dtb= command for easier debug, for standard use no functional change
Diffstat (limited to 'kernel-armv7hl-lpae.config')
-rw-r--r-- | kernel-armv7hl-lpae.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 76b7ffd51..229e98182 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -1651,7 +1651,7 @@ CONFIG_EEPROM_IDT_89HPESX=m CONFIG_EEPROM_LEGACY=m CONFIG_EEPROM_MAX6875=m # CONFIG_EFI_ALLOW_SECURE_BOOT_EXIT is not set -# CONFIG_EFI_ARMSTUB_DTB_LOADER is not set +CONFIG_EFI_ARMSTUB_DTB_LOADER=y # CONFIG_EFI_BOOTLOADER_CONTROL is not set # CONFIG_EFI_CAPSULE_LOADER is not set CONFIG_EFI_PARTITION=y |