blob: 586ac3ebcaad5da9917b87b689208178e5e8ad95 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkina87178d2014-02-04 12:56:18 +04002/*
Alexey Brodkin1a116372016-08-04 14:35:01 +03003 * Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved.
Alexey Brodkina87178d2014-02-04 12:56:18 +04004 */
5
Alexey Brodkin1a116372016-08-04 14:35:01 +03006#ifndef _CONFIG_NSIM_H_
7#define _CONFIG_NSIM_H_
8
9#include <linux/sizes.h>
Alexey Brodkina87178d2014-02-04 12:56:18 +040010
11/*
Alexey Brodkina87178d2014-02-04 12:56:18 +040012 * Memory configuration
13 */
Alexey Brodkina87178d2014-02-04 12:56:18 +040014
15#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
16#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
Alexey Brodkin1a116372016-08-04 14:35:01 +030017#define CONFIG_SYS_SDRAM_SIZE SZ_256M
Alexey Brodkina87178d2014-02-04 12:56:18 +040018
Alexey Brodkin1a116372016-08-04 14:35:01 +030019#define CONFIG_SYS_BOOTM_LEN SZ_32M
Alexey Brodkina87178d2014-02-04 12:56:18 +040020
Alexey Brodkina87178d2014-02-04 12:56:18 +040021/*
Alexey Brodkina87178d2014-02-04 12:56:18 +040022 * Console configuration
23 */
Alexey Brodkina87178d2014-02-04 12:56:18 +040024
Alexey Brodkin1a116372016-08-04 14:35:01 +030025#endif /* _CONFIG_NSIM_H_ */