blob: dabb1fb1713abdfe2499ec34626ade30a97bf56b [file] [log] [blame]
Anatolij Gustschin7b5b9342020-01-07 16:37:42 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019 Siemens AG
4 *
5 */
6
7#ifndef __GIEDI_H
8#define __GIEDI_H
9
10#include "capricorn-common.h"
11
12#undef CONFIG_IDENT_STRING
13#define CONFIG_IDENT_STRING GENERATE_CCP_VERSION("01", "07")
14
15/* DDR3 board total DDR is 1 GB */
16#undef PHYS_SDRAM_1_SIZE
17#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1 GB */
18
19#endif /* __GIEDI_H */