blob: de45f74923a2b297fbe7e7d6bdef4f956b6af9f6 [file] [log] [blame]
Philippe Reynes2d299182019-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 */
16#define CONFIG_SYS_MAXARGS 24
Philippe Reynes2d299182019-01-31 18:57:36 +010017#define CONFIG_SYS_BOOTM_LEN (16 * 1024 * 1024)
18
19/*
20 * 63158
21 */
22
23/* RAM */
24#define CONFIG_SYS_SDRAM_BASE 0x00000000
25
26/* U-Boot */
27#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_16M)
Philippe Reynes2d299182019-01-31 18:57:36 +010028
Miquel Raynald0935362019-10-03 19:50:03 +020029#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynes2004e432019-03-15 15:14:47 +010030#define CONFIG_SYS_MAX_NAND_DEVICE 1
31#define CONFIG_SYS_NAND_SELF_INIT
Miquel Raynald0935362019-10-03 19:50:03 +020032#endif /* CONFIG_MTD_RAW_NAND */
Philippe Reynes2004e432019-03-15 15:14:47 +010033
Philippe Reynes2d299182019-01-31 18:57:36 +010034/*
35 * bcm963158
36 */