1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2019 Siemens AG
10 #include "capricorn-common.h"
12 #undef CONFIG_IDENT_STRING
13 #define CONFIG_IDENT_STRING GENERATE_CCP_VERSION("01", "06")
15 /* DDR3 board total DDR is 2 GB */
16 #undef PHYS_SDRAM_1_SIZE
17 #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
19 #endif /* __DENEB_H */