projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig
[platform/kernel/u-boot.git]
/
include
/
configs
/
deneb.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright 2019 Siemens AG
4
*
5
*/
6
7
#ifndef __DENEB_H
8
#define __DENEB_H
9
10
#include "capricorn-common.h"
11
12
/* DDR3 board total DDR is 2 GB */
13
#undef PHYS_SDRAM_1_SIZE
14
#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
15
16
#endif /* __DENEB_H */