configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER
[platform/kernel/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_MAXARGS              24
17 #define CONFIG_SYS_BOOTPARAMS_LEN       SZ_128K
18 #define CONFIG_SYS_CBSIZE               SZ_512
19
20 /* U-Boot */
21 #define CONFIG_SYS_MONITOR_BASE         CONFIG_SYS_TEXT_BASE
22
23 #endif /* __CONFIG_BMIPS_COMMON_H */