[U-Boot] [PATCH 17/18] x86: Rename efi-x86 target to efi-x86_app
Bin Meng
bmeng.cn at gmail.com
Mon Jun 11 15:50:38 UTC 2018
Hi Simon,
On Mon, Jun 11, 2018 at 10:54 PM, Simon Glass <sjg at chromium.org> wrote:
> On 10 June 2018 at 05:25, Bin Meng <bmeng.cn at gmail.com> wrote:
>> To avoid confusion, let's rename the efi-x86 target to efi-x86_app.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> 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 <sjg at chromium.org>
>
> Is a docs update needed too?
Yes, will send v2 to include doc update.
Regards,
Bin
More information about the U-Boot
mailing list