Skip to content
Snippets Groups Projects
Commit 456ca6ba authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Alexander Graf
Browse files

efi_loader: fix depends on line of EFI_LOADER


This line is shown as

   depends on (ARM64 ||\302\240ARM) && OF_LIBFDT

on my Emacs.  Use ASCII characters only.

Assuming it is (ARM64 || ARM), remove the redundancy.
Unlike Linux, CONFIG_ARM includes CONFIG_ARM64 in U-Boot.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 29e0cfb4
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment