blob: 493114836c8e850677d50b9714246e2f8e1fc690 [file] [log] [blame]
Philippe Reynesbe2fc082019-01-31 18:57:36 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019 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 Reynesbe2fc082019-01-31 18:57:36 +010016#define CONFIG_SYS_BOOTM_LEN (16 * 1024 * 1024)
17
18/*
19 * 63158
20 */
21
22/* RAM */
23#define CONFIG_SYS_SDRAM_BASE 0x00000000
24
25/* U-Boot */
Philippe Reynesbe2fc082019-01-31 18:57:36 +010026
Miquel Raynal88718be2019-10-03 19:50:03 +020027#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynesc986aa62019-03-15 15:14:47 +010028#define CONFIG_SYS_MAX_NAND_DEVICE 1
Miquel Raynal88718be2019-10-03 19:50:03 +020029#endif /* CONFIG_MTD_RAW_NAND */
Philippe Reynesc986aa62019-03-15 15:14:47 +010030
Philippe Reynesbe2fc082019-01-31 18:57:36 +010031/*
32 * bcm963158
33 */