From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 15 Nov 2016 00:05:57 +0100 Subject: [U-Boot] [U-Boot, v4, 04/14] x86: Tidy up selection of building the EFI stub In-Reply-To: <1478533636-17577-5-git-send-email-sjg@chromium.org> References: <1478533636-17577-5-git-send-email-sjg@chromium.org> Message-ID: <20161114230556.122832.19041@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > At present we use a CONFIG option in efi.h to determine whether we are > building the EFI stub or not. This means that the same header cannot be > used for EFI_LOADER support. The CONFIG option will be enabled for the > whole build, even when not building the stub. > > Use a different define instead, set up just for the files that make up the > stub. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng Thanks, applied to efi-next Alex