summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-31 06:02:03 +0300
committerBin Meng <bmeng.cn@gmail.com>2023-08-09 18:31:12 +0300
commit17b2398534c5212dd3b32db7d965e813c8a31e59 (patch)
treeb9eb3fb8a0dd6a12c90521cc32d9e494f7492167 /board
parent6ed1cb3552c0d590f681176878bd625373ea0c6b (diff)
downloadu-boot-17b2398534c5212dd3b32db7d965e813c8a31e59.tar.xz
x86: efi-x86_payload: Convert to text environment
Use the common include. Drop everything from the config.h file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/efi/efi-x86_payload/efi-x86_payload.env6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/efi/efi-x86_payload/efi-x86_payload.env b/board/efi/efi-x86_payload/efi-x86_payload.env
new file mode 100644
index 0000000000..6a65628706
--- /dev/null
+++ b/board/efi/efi-x86_payload/efi-x86_payload.env
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
+ */
+
+#include <env/x86.env>