summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-31 06:02:02 +0300
committerBin Meng <bmeng.cn@gmail.com>2023-08-09 18:31:12 +0300
commit6ed1cb3552c0d590f681176878bd625373ea0c6b (patch)
treea0819e1fafc2be45f9e1a2b5fdbf728afe391861 /board
parent2d6ebda7560b29bcc8044b01627eb3d3267806c0 (diff)
downloadu-boot-6ed1cb3552c0d590f681176878bd625373ea0c6b.tar.xz
x86: efi-x86_app: Convert to text environment
Use the common include. Drop the unnecessary changes, since missing stdio drivers will be ignored. 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_app/efi-x86_app.env6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/efi/efi-x86_app/efi-x86_app.env b/board/efi/efi-x86_app/efi-x86_app.env
new file mode 100644
index 0000000000..106836af1f
--- /dev/null
+++ b/board/efi/efi-x86_app/efi-x86_app.env
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2015 Google, Inc
+ */
+
+#include <env/x86.env>