mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
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>
This commit is contained in:
parent
2d6ebda756
commit
6ed1cb3552
2 changed files with 6 additions and 11 deletions
6
board/efi/efi-x86_app/efi-x86_app.env
Normal file
6
board/efi/efi-x86_app/efi-x86_app.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright (c) 2015 Google, Inc
|
||||
*/
|
||||
|
||||
#include <env/x86.env>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue