]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/nsim.h
ARC: remove CONFIG_ARC_UART_BASE
[people/ms/u-boot.git] / include / configs / nsim.h
CommitLineData
66712b8b 1/*
cc8be222 2 * Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved.
66712b8b
AB
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
cc8be222
AB
7#ifndef _CONFIG_NSIM_H_
8#define _CONFIG_NSIM_H_
9
10#include <linux/sizes.h>
66712b8b 11
66712b8b
AB
12/*
13 * Memory configuration
14 */
66712b8b
AB
15#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
16
17#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
18#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
cc8be222 19#define CONFIG_SYS_SDRAM_SIZE SZ_256M
66712b8b
AB
20
21#define CONFIG_SYS_INIT_SP_ADDR \
22 (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
23
cc8be222
AB
24#define CONFIG_SYS_MALLOC_LEN SZ_2M
25#define CONFIG_SYS_BOOTM_LEN SZ_32M
66712b8b
AB
26#define CONFIG_SYS_LOAD_ADDR 0x82000000
27
66712b8b
AB
28/*
29 * UART configuration
30 *
31 */
32#define CONFIG_ARC_SERIAL
66712b8b
AB
33
34/*
35 * Command line configuration
36 */
66712b8b 37#define CONFIG_AUTO_COMPLETE
06bd1d7f 38#define CONFIG_CMDLINE_EDITING
66712b8b
AB
39
40/*
41 * Environment settings
42 */
cc8be222 43#define CONFIG_ENV_SIZE SZ_512
66712b8b
AB
44#define CONFIG_ENV_OFFSET 0
45
46/*
47 * Environment configuration
48 */
66712b8b 49#define CONFIG_BOOTFILE "uImage"
66712b8b
AB
50#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
51
52/*
53 * Console configuration
54 */
55#define CONFIG_SYS_LONGHELP
66712b8b 56
cc8be222 57#endif /* _CONFIG_NSIM_H_ */