summaryrefslogtreecommitdiff
path: root/platforms/omap3.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-04-24 02:22:57 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-04-24 02:32:13 +0300
commit48512cf7bc96ee0cec85bc149b4183b9ca565855 (patch)
treeed929505a0bc8ebb63e0468290029d108e2eae8a /platforms/omap3.sh
parent60195fbe54c9c60f3b9a77c35bea6fafa7cdd788 (diff)
Turn dtbs platform variable into array
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'platforms/omap3.sh')
-rw-r--r--platforms/omap3.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/platforms/omap3.sh b/platforms/omap3.sh
index 1c2ca71..e51d206 100644
--- a/platforms/omap3.sh
+++ b/platforms/omap3.sh
@@ -1,5 +1,8 @@
platform=omap3
dir_pattern=media
arch=arm
-dtbs="omap3-beagle-xm.dtb omap3-overo-storm-tobi.dtb"
+dtbs=(
+ omap3-beagle-xm.dtb
+ omap3-overo-storm-tobi.dtb
+)
image=zImage