Anatolij Gustschin | 7b5b934 | 2020-01-07 16:37:42 +0100 | [diff] [blame] | 1 | /* 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 | |||||
Anatolij Gustschin | 7b5b934 | 2020-01-07 16:37:42 +0100 | [diff] [blame] | 12 | /* DDR3 board total DDR is 1 GB */ |
13 | #undef PHYS_SDRAM_1_SIZE | ||||
14 | #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1 GB */ | ||||
15 | |||||
16 | #endif /* __GIEDI_H */ |