blob: 8a802357123688bd44287d5d4645a10886769506 [file] [log] [blame]
Philippe Reynes0d87fc42020-01-07 20:14:17 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
4 */
5
6#include <linux/sizes.h>
7
8/*
9 * common
10 */
11
12/* UART */
13#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
14 230400, 500000, 1500000 }
15/* Memory usage */
Philippe Reynes0d87fc42020-01-07 20:14:17 +010016
17/*
18 * 6858
19 */
20
21/* RAM */
22#define CONFIG_SYS_SDRAM_BASE 0x00000000
23
24/* U-Boot */
Philippe Reynes0d87fc42020-01-07 20:14:17 +010025
Philippe Reynes0d87fc42020-01-07 20:14:17 +010026#ifdef CONFIG_MTD_RAW_NAND
27#define CONFIG_SYS_MAX_NAND_DEVICE 1
Philippe Reynes0d87fc42020-01-07 20:14:17 +010028#endif /* CONFIG_MTD_RAW_NAND */
29
30/*
31 * 968360bg
32 */