summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/bundle-devicetree.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/bundle-devicetree.inc')
-rw-r--r--recipes-kernel/linux/bundle-devicetree.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/bundle-devicetree.inc b/recipes-kernel/linux/bundle-devicetree.inc
index 4d450374..d259e58c 100644
--- a/recipes-kernel/linux/bundle-devicetree.inc
+++ b/recipes-kernel/linux/bundle-devicetree.inc
@@ -2,7 +2,7 @@
2# zImage. The factory u-boot on lego-ev3 EEPROM only supports uImage, so we 2# zImage. The factory u-boot on lego-ev3 EEPROM only supports uImage, so we
3# append the DTB to the final uImage here. 3# append the DTB to the final uImage here.
4 4
5do_deploy_append() { 5do_deploy:append() {
6 if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then 6 if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then
7 install -d ${DEPLOYDIR} 7 install -d ${DEPLOYDIR}
8 for dtbf in ${KERNEL_DEVICETREE}; do 8 for dtbf in ${KERNEL_DEVICETREE}; do