From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 24 Aug 2016 06:53:12 -0600 Subject: [U-Boot] [PATCH 1/3] x86: efi: payload: Make efi payload build again In-Reply-To: <1472031083-20720-1-git-send-email-bmeng.cn@gmail.com> References: <1472031083-20720-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 August 2016 at 03:31, Bin Meng wrote: > Since commit 73c5c39 "Makefile: Drop unnecessary -dtb suffixes", > EFI payload does not build anymore. This fixes the build. > > Signed-off-by: Bin Meng > --- > > include/efi.h | 2 +- > lib/efi/efi_stub.c | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Simon Glass