blob: abc2da3d1fe3cfb5d77ea9aeb6ead7762976dbdc [file] [log] [blame]
Philippe Reynes786dc912018-10-11 18:31:59 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2018 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 Reynes786dc912018-10-11 18:31:59 +020016
17/*
18 * 6858
19 */
20
21/* RAM */
22#define CONFIG_SYS_SDRAM_BASE 0x00000000
23
24/* U-Boot */
Philippe Reynes786dc912018-10-11 18:31:59 +020025
Miquel Raynal88718be2019-10-03 19:50:03 +020026#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynesf3136362019-03-15 15:14:44 +010027#define CONFIG_SYS_MAX_NAND_DEVICE 1
Miquel Raynal88718be2019-10-03 19:50:03 +020028#endif /* CONFIG_MTD_RAW_NAND */
Philippe Reynesf3136362019-03-15 15:14:44 +010029
Philippe Reynes786dc912018-10-11 18:31:59 +020030/*
31 * 968580xref
32 */