From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 11 Jun 2018 08:54:26 -0600 Subject: [U-Boot] [PATCH 17/18] x86: Rename efi-x86 target to efi-x86_app In-Reply-To: <1528637118-32739-18-git-send-email-bmeng.cn@gmail.com> References: <1528637118-32739-1-git-send-email-bmeng.cn@gmail.com> <1528637118-32739-18-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 10 June 2018 at 05:25, Bin Meng wrote: > To avoid confusion, let's rename the efi-x86 target to efi-x86_app. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/efi/Makefile | 2 +- > arch/x86/cpu/efi/{efi.c => app.c} | 0 > arch/x86/cpu/intel_common/Makefile | 2 +- > arch/x86/dts/Makefile | 2 +- > arch/x86/dts/{efi.dts => efi-x86_app.dts} | 4 ++-- > board/efi/Kconfig | 6 +++--- > board/efi/{efi-x86 => efi-x86_app}/Kconfig | 6 +++--- > board/efi/{efi-x86 => efi-x86_app}/MAINTAINERS | 0 > board/efi/{efi-x86 => efi-x86_app}/Makefile | 2 +- > board/efi/{efi-x86/efi.c => efi-x86_app/app.c} | 0 > configs/{efi-x86_defconfig => efi-x86_app_defconfig} | 4 ++-- > include/configs/{efi-x86.h => efi-x86_app.h} | 0 > 12 files changed, 14 insertions(+), 14 deletions(-) > rename arch/x86/cpu/efi/{efi.c => app.c} (100%) > rename arch/x86/dts/{efi.dts => efi-x86_app.dts} (82%) > rename board/efi/{efi-x86 => efi-x86_app}/Kconfig (64%) > rename board/efi/{efi-x86 => efi-x86_app}/MAINTAINERS (100%) > rename board/efi/{efi-x86 => efi-x86_app}/Makefile (82%) > rename board/efi/{efi-x86/efi.c => efi-x86_app/app.c} (100%) > rename configs/{efi-x86_defconfig => efi-x86_app_defconfig} (92%) > rename include/configs/{efi-x86.h => efi-x86_app.h} (100%) > Reviewed-by: Simon Glass Is a docs update needed too?