summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-04-24 19:17:25 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-04-27 09:39:47 +0200
commitf3b731600751a9a2859c1fd01805ee6324340bdb (patch)
tree0b22c8b10a77f6e5f9e87b66df173adbdfad4e26 /configs/platform-v7a/rules
parenta479969b845a28613e637d8bec6aa658dabe6616 (diff)
downloadDistroKit-f3b731600751a9a2859c1fd01805ee6324340bdb.tar.gz
DistroKit-f3b731600751a9a2859c1fd01805ee6324340bdb.tar.xz
v7a: barebox: add support for Linux Automation MC-1
This adds barebox support for the Linux Automation GmbH MC-1 board built around the Octavo Systems OSD32MP157C-512M SiP. The patches have been posted[1] upstream, but are not yet accepted. It's however expected for them to be part of barebox v2020.06.0, at which time we can drop the patchset again. [1]: https://lists.infradead.org/pipermail/barebox/2020-April/041653.html Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/rules')
-rw-r--r--configs/platform-v7a/rules/barebox-stm32mp.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/platform-v7a/rules/barebox-stm32mp.make b/configs/platform-v7a/rules/barebox-stm32mp.make
index 35e3edc..82a3c31 100644
--- a/configs/platform-v7a/rules/barebox-stm32mp.make
+++ b/configs/platform-v7a/rules/barebox-stm32mp.make
@@ -43,7 +43,8 @@ BAREBOX_STM32MP_MAKE_ENV := $(BAREBOX_STM32MP_CONF_ENV)
BAREBOX_STM32MP_MAKE_OPT := $(BAREBOX_STM32MP_CONF_OPT)
BAREBOX_STM32MP_IMAGES := \
- images/barebox-stm32mp157c-dk2.img
+ images/barebox-stm32mp157c-dk2.img \
+ images/barebox-stm32mp157c-lxa-mc1.img
BAREBOX_STM32MP_IMAGES := $(addprefix $(BAREBOX_STM32MP_DIR)/,$(BAREBOX_STM32MP_IMAGES))