2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-02-04 12:56:18 +04:00
|
|
|
/*
|
2016-08-04 14:35:01 +03:00
|
|
|
* Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved.
|
2014-02-04 12:56:18 +04:00
|
|
|
*/
|
|
|
|
|
2016-08-04 14:35:01 +03:00
|
|
|
#ifndef _CONFIG_NSIM_H_
|
|
|
|
#define _CONFIG_NSIM_H_
|
|
|
|
|
|
|
|
#include <linux/sizes.h>
|
2014-02-04 12:56:18 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Memory configuration
|
|
|
|
*/
|
|
|
|
|
2022-11-16 13:10:41 -05:00
|
|
|
#define CFG_SYS_DDR_SDRAM_BASE 0x80000000
|
|
|
|
#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE
|
2022-11-16 13:10:37 -05:00
|
|
|
#define CFG_SYS_SDRAM_SIZE SZ_256M
|
2014-02-04 12:56:18 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Console configuration
|
|
|
|
*/
|
|
|
|
|
2016-08-04 14:35:01 +03:00
|
|
|
#endif /* _CONFIG_NSIM_H_ */
|