]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/bmips_common.h
Convert CONFIG_SYS_MAXARGS to Kconfig
[thirdparty/u-boot.git] / include / configs / bmips_common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4 */
5
6 #ifndef __CONFIG_BMIPS_COMMON_H
7 #define __CONFIG_BMIPS_COMMON_H
8
9 #include <linux/sizes.h>
10
11 /* UART */
12 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
13 230400, 500000, 1500000 }
14
15 /* Memory usage */
16 #define CONFIG_SYS_BOOTPARAMS_LEN SZ_128K
17 #define CONFIG_SYS_CBSIZE SZ_512
18
19 #endif /* __CONFIG_BMIPS_COMMON_H */