summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorBaeuerle, Florian <Florian.Baeuerle@allegion.com>2018-12-07 16:17:53 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-10 10:18:57 +0100
commit819da026492b3ccb22ad0998e08c477006001928 (patch)
tree989087e5dd8c70eb8adf998c84d3c4e7bb454b8a /images
parentb76b1e8a7856719c187bef2d2c329635a730b9c9 (diff)
downloadbarebox-819da026492b3ccb22ad0998e08c477006001928.tar.gz
barebox-819da026492b3ccb22ad0998e08c477006001928.tar.xz
phycard-imx27: add support for 64MB RAM variants
Some older pca100 boards were available with 64MB RAM. The chips require a slightly different sdram controller initialization. Support this by building bootloader images for both variants. Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx10
1 files changed, 7 insertions, 3 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 8b8a5452b7..d5d5cdcaf3 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -32,9 +32,13 @@ CFG_start_imx25_karo_tx25.pblb.imximg = $(board)/karo-tx25/flash-header-tx25.imx
FILE_barebox-karo-tx25-internal.img = start_imx25_karo_tx25.pblb.imximg
image-$(CONFIG_MACH_TX25) += barebox-karo-tx25-internal.img
-pblb-$(CONFIG_MACH_PCA100) += start_phytec_phycard_imx27
-FILE_barebox-phytec-phycard-imx27.img = start_phytec_phycard_imx27.pblb
-image-$(CONFIG_MACH_PCA100) += barebox-phytec-phycard-imx27.img
+pblb-$(CONFIG_MACH_PCA100) += start_phytec_phycard_imx27_64mb
+FILE_barebox-phytec-phycard-imx27-64mb.img = start_phytec_phycard_imx27_64mb.pblb
+image-$(CONFIG_MACH_PCA100) += barebox-phytec-phycard-imx27-64mb.img
+
+pblb-$(CONFIG_MACH_PCA100) += start_phytec_phycard_imx27_128mb
+FILE_barebox-phytec-phycard-imx27-128mb.img = start_phytec_phycard_imx27_128mb.pblb
+image-$(CONFIG_MACH_PCA100) += barebox-phytec-phycard-imx27-128mb.img
pblb-$(CONFIG_MACH_PCM038) += start_phytec_phycore_imx27
FILE_barebox-phytec-phycore-imx27.img = start_phytec_phycore_imx27.pblb