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/bmips_common.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 include/configs/bmips_common.h (limited to 'include/configs/bmips_common.h') diff --git a/include/configs/bmips_common.h b/include/configs/bmips_common.h deleted file mode 100644 index 3cb2d40..0000000 --- a/include/configs/bmips_common.h +++ /dev/null @@ -1,28 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2017 Álvaro Fernández Rojas - */ - -#ifndef __CONFIG_BMIPS_COMMON_H -#define __CONFIG_BMIPS_COMMON_H - -#include - -/* ETH */ -#define CONFIG_PHY_RESET_DELAY 20 -#define CONFIG_SYS_RX_ETH_BUFFER 6 - -/* UART */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \ - 230400, 500000, 1500000 } - -/* Memory usage */ -#define CONFIG_SYS_MAXARGS 24 -#define CONFIG_SYS_MALLOC_LEN SZ_2M -#define CONFIG_SYS_BOOTPARAMS_LEN SZ_128K -#define CONFIG_SYS_CBSIZE SZ_512 - -/* U-Boot */ -#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE - -#endif /* __CONFIG_BMIPS_COMMON_H */ -- cgit v1.2.3