blob: 179aa9d608c8f74042529cbaca077ce173933d8b [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 */
16#define CONFIG_SYS_MAXARGS 24
Philippe Reynes786dc912018-10-11 18:31:59 +020017
18/*
19 * 6858
20 */
21
22/* RAM */
23#define CONFIG_SYS_SDRAM_BASE 0x00000000
24
25/* U-Boot */
26#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_16M)
Philippe Reynes786dc912018-10-11 18:31:59 +020027
Miquel Raynal88718be2019-10-03 19:50:03 +020028#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynesf3136362019-03-15 15:14:44 +010029#define CONFIG_SYS_MAX_NAND_DEVICE 1
30#define CONFIG_SYS_NAND_SELF_INIT
Miquel Raynal88718be2019-10-03 19:50:03 +020031#endif /* CONFIG_MTD_RAW_NAND */
Philippe Reynesf3136362019-03-15 15:14:44 +010032
Philippe Reynes786dc912018-10-11 18:31:59 +020033/*
34 * 968580xref
35 */