summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2019-02-18 12:32:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-19 10:07:44 +0100
commit9eed45c7a75f7300741c5cd304bf6b94f734520c (patch)
tree82215aa49567671d893896213656a891cf4b5ec2 /images
parenta46631e4ec5de72aaf287213a757be6d06cd8274 (diff)
downloadbarebox-9eed45c7a75f7300741c5cd304bf6b94f734520c.tar.gz
barebox-9eed45c7a75f7300741c5cd304bf6b94f734520c.tar.xz
ARM: rpi: Add device tree for Compute Module 3.
Compute Module needs "no-sd" property on the MMC interface otherwise mci-bcm2835 hangs on SD card probe. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.bcm283x6
1 files changed, 5 insertions, 1 deletions
diff --git a/images/Makefile.bcm283x b/images/Makefile.bcm283x
index 9199f153dc..3fd2c3d06a 100644
--- a/images/Makefile.bcm283x
+++ b/images/Makefile.bcm283x
@@ -12,4 +12,8 @@ image-$(CONFIG_MACH_RPI2) += barebox-raspberry-pi-2.img
pblb-$(CONFIG_MACH_RPI3) += start_raspberry_pi3
FILE_barebox-raspberry-pi-3.img = start_raspberry_pi3.pblb
-image-$(CONFIG_MACH_RPI3) += barebox-raspberry-pi-3.img \ No newline at end of file
+image-$(CONFIG_MACH_RPI3) += barebox-raspberry-pi-3.img
+
+pblb-$(CONFIG_MACH_RPI_CM3) += start_raspberry_pi_cm3
+FILE_barebox-raspberry-pi-cm3.img = start_raspberry_pi_cm3.pblb
+image-$(CONFIG_MACH_RPI_CM3) += barebox-raspberry-pi-cm3.img \ No newline at end of file