summaryrefslogtreecommitdiff
path: root/include/configs/bmips_common.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-10-30 15:42:15 +0800
committerIru Cai <mytbk920423@gmail.com>2019-10-30 15:42:15 +0800
commit1a691f101632955a994a0198fc5498b108e97fbc (patch)
tree04903c08c0d9f60460451188d026cf50bee1651b /include/configs/bmips_common.h
parent08dd4564b1f5c3258caf6bfc4bdc77ead1b042d6 (diff)
downloaduext4-1a691f101632955a994a0198fc5498b108e97fbc.tar.xz
rm include/configs
Diffstat (limited to 'include/configs/bmips_common.h')
-rw-r--r--include/configs/bmips_common.h28
1 files changed, 0 insertions, 28 deletions
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 <noltari@gmail.com>
- */
-
-#ifndef __CONFIG_BMIPS_COMMON_H
-#define __CONFIG_BMIPS_COMMON_H
-
-#include <linux/sizes.h>
-
-/* 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 */