summaryrefslogtreecommitdiff
path: root/include/configs/genmai.h
blob: 1d43f8e06afc7db7f538a015208203335caf2b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration settings for the Renesas GENMAI board
 *
 * Copyright (C) 2017-2019 Renesas Electronics
 */

#ifndef __GENMAI_H
#define __GENMAI_H

/* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */
#define CFG_SYS_SDRAM_BASE		0x20000000
#define CFG_SYS_SDRAM_SIZE		(10 * 1024 * 1024)

#endif	/* __GENAMI_H */