2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2013-12-26 04:14:26 +00:00
|
|
|
|
2012-02-05 23:01:47 +00:00
|
|
|
/*
|
2012-12-11 00:52:48 +00:00
|
|
|
* Copyright (C) 2012 Samsung Electronics
|
2012-02-05 23:01:47 +00:00
|
|
|
*
|
2012-12-11 00:52:48 +00:00
|
|
|
* Configuration settings for the SAMSUNG EXYNOS5250 board.
|
2012-02-05 23:01:47 +00:00
|
|
|
*/
|
|
|
|
|
2013-12-26 04:14:26 +00:00
|
|
|
#ifndef __CONFIG_5250_H
|
|
|
|
#define __CONFIG_5250_H
|
2012-02-05 23:01:47 +00:00
|
|
|
|
|
|
|
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
|
|
|
|
2014-06-18 12:24:02 +00:00
|
|
|
/* DRAM Memory Banks */
|
|
|
|
#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
|
|
|
|
|
2013-12-26 04:14:26 +00:00
|
|
|
#endif /* __CONFIG_5250_H */
|