summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2016-09-26 09:08:07 +0200
committerStefano Babic <sbabic@denx.de>2016-10-06 09:06:16 +0200
commita7e5f7f3e5d2458090d8528a5a892a56911a11ce (patch)
tree214159e0fdca93fa2feeee75c68c85197ce8b391 /board/phytec
parented0c2c0a9ead7d1b5739fc83cf99ac85a16cb979 (diff)
pcm052: allow specifying onboard DDR size in configs
PCM052 SoMs may be equipped with various sizes of DDR. Keep default of 256MB; new PCM052-based targets will specify their actual DDR size. Linux command line is auto-adjusted to DDR size. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/pcm052/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/phytec/pcm052/Kconfig b/board/phytec/pcm052/Kconfig
index d67a69a747..88524a3494 100644
--- a/board/phytec/pcm052/Kconfig
+++ b/board/phytec/pcm052/Kconfig
@@ -12,4 +12,8 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "pcm052"
+config PCM052_DDR_SIZE
+ int
+ default 256
+
endif