aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-30 21:02:02 -0600
committerBin Meng <bmeng.cn@gmail.com>2023-08-09 23:31:12 +0800
commit6ed1cb3552c0d590f681176878bd625373ea0c6b (patch)
treea0819e1fafc2be45f9e1a2b5fdbf728afe391861 /include/configs
parent2d6ebda7560b29bcc8044b01627eb3d3267806c0 (diff)
downloadu-boot-6ed1cb3552c0d590f681176878bd625373ea0c6b.zip
u-boot-6ed1cb3552c0d590f681176878bd625373ea0c6b.tar.gz
u-boot-6ed1cb3552c0d590f681176878bd625373ea0c6b.tar.bz2
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 'include/configs')
-rw-r--r--include/configs/efi-x86_app.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/efi-x86_app.h b/include/configs/efi-x86_app.h
index 843ed8b..d582404 100644
--- a/include/configs/efi-x86_app.h
+++ b/include/configs/efi-x86_app.h
@@ -2,14 +2,3 @@
/*
* Copyright (c) 2015 Google, Inc
*/
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <configs/x86-common.h>
-
-#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
- "stdout=vidconsole\0" \
- "stderr=vidconsole\0"
-
-#endif