From 48512cf7bc96ee0cec85bc149b4183b9ca565855 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 24 Apr 2021 02:22:57 +0300 Subject: Turn dtbs platform variable into array Signed-off-by: Laurent Pinchart --- platforms/omap3.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'platforms/omap3.sh') 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 -- cgit v1.2.3