]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/efi-x86.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / efi-x86.h
CommitLineData
cd326a32
BS
1/*
2 * Copyright (c) 2015 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#include <configs/x86-common.h>
11
12#undef CONFIG_CMD_SF_TEST
13
cd326a32
BS
14#undef CONFIG_TPM_TIS_BASE_ADDRESS
15
cd326a32
BS
16#undef CONFIG_ENV_IS_IN_SPI_FLASH
17#define CONFIG_ENV_IS_NOWHERE
cd326a32 18#undef CONFIG_SCSI_AHCI
c649e3c9 19#undef CONFIG_SCSI
cd326a32 20#undef CONFIG_INTEL_ICH6_GPIO
50c88e4a 21#undef CONFIG_USB_EHCI_PCI
cd326a32
BS
22
23#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
24 "stdout=vga,serial\0" \
25 "stderr=vga,serial\0"
26
27#endif