From 3ebd892fda2d07f153a14cb30e60ae707e9e4208 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 12 Jun 2018 08:36:24 -0700 Subject: x86: Rename efi-x86 target to efi-x86_app To avoid confusion, let's rename the efi-x86 target to efi-x86_app. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- include/configs/efi-x86.h | 17 ----------------- include/configs/efi-x86_app.h | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 include/configs/efi-x86.h create mode 100644 include/configs/efi-x86_app.h (limited to 'include') diff --git a/include/configs/efi-x86.h b/include/configs/efi-x86.h deleted file mode 100644 index 33418cfbec..0000000000 --- a/include/configs/efi-x86.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (c) 2015 Google, Inc - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -#include - -#undef CONFIG_TPM_TIS_BASE_ADDRESS - -#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ - "stdout=vga,serial\0" \ - "stderr=vga,serial\0" - -#endif diff --git a/include/configs/efi-x86_app.h b/include/configs/efi-x86_app.h new file mode 100644 index 0000000000..33418cfbec --- /dev/null +++ b/include/configs/efi-x86_app.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2015 Google, Inc + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include + +#undef CONFIG_TPM_TIS_BASE_ADDRESS + +#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ + "stdout=vga,serial\0" \ + "stderr=vga,serial\0" + +#endif -- cgit