From 1a691f101632955a994a0198fc5498b108e97fbc Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 15:42:15 +0800 Subject: rm include/configs --- include/configs/som-db5800-som-6867.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 include/configs/som-db5800-som-6867.h (limited to 'include/configs/som-db5800-som-6867.h') diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h deleted file mode 100644 index cfcc9c8..0000000 --- a/include/configs/som-db5800-som-6867.h +++ /dev/null @@ -1,27 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2015 Google, Inc - */ - -/* - * board/config.h - configuration options, board specific - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -#include - -#define CONFIG_SYS_MONITOR_LEN (1 << 20) - -#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ - "stdout=serial,vidconsole\0" \ - "stderr=serial,vidconsole\0" - -#define VIDEO_IO_OFFSET 0 -#define CONFIG_X86EMU_RAW_IO - -#define CONFIG_ENV_SECT_SIZE 0x1000 -#define CONFIG_ENV_OFFSET 0x006ef000 - -#endif /* __CONFIG_H */ -- cgit v1.2.3