mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
x86: coreboot: Convert to text environment
Use the common include and add some options specific to this board. 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
876bc404bd
commit
c49a767a6a
2 changed files with 9 additions and 20 deletions
9
board/coreboot/coreboot/coreboot.env
Normal file
9
board/coreboot/coreboot/coreboot.env
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <env/x86.env>
|
||||||
|
|
||||||
|
splashsource=virtio_fs
|
||||||
|
splashimage=0x1000000
|
|
@ -2,23 +2,3 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
|
* Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* board/config.h - configuration options, board specific
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
|
||||||
#define __CONFIG_H
|
|
||||||
|
|
||||||
#define SPLASH_SETTINGS "splashsource=virtio_fs\0" \
|
|
||||||
"splashimage=0x1000000\0"
|
|
||||||
|
|
||||||
#include <configs/x86-common.h>
|
|
||||||
|
|
||||||
#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
|
|
||||||
"stdout=serial,vidconsole\0" \
|
|
||||||
"stderr=serial,vidconsole\0"
|
|
||||||
|
|
||||||
/* ATA/IDE support */
|
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue