diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-01 14:07:09 -0800 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-01-11 21:32:44 +0100 |
commit | 6faac1b68e08f0d5423c24712be20ee7a7234936 (patch) | |
tree | b67f4333a7ad37d66b71a5b83a32b49341227b14 | |
parent | 9a7e5e21c302ab48646cfe1cdd3dd34cc3340df7 (diff) |
apalis-tk1: disable EFI loader
The EFI loader is for most use cases not necessary so disable it
by default.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
(cherry picked from commit df9aa4068201394a9b2d7c30fbf34a815467c2d2)
-rw-r--r-- | configs/apalis-tk1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 54315c8186a..024ed6e9dde 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -55,3 +55,4 @@ CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0xffff CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_EFI_LOADER is not set |