From 39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= <mps@arvanta.net> Date: Sat, 14 Dec 2019 19:14:28 +0100 Subject: [PATCH] scripts/mkimg.base.sh: change to dtbs-$flavor dir name with change to linux-lts as current default kernel dir for dtbs is changed to /boot/dtbs-$_f and this commit change it to new one DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to follow documentation in u-boot (upstream) --- scripts/mkimg.base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index a3d5ed1f7fd9..8cce70c19942 100755 --- a/scripts/mkimg.base.sh +++ b/scripts/mkimg.base.sh @@ -104,7 +104,7 @@ syslinux_gen_config() { MENU LABEL Linux $_f KERNEL /boot/vmlinuz-$_f INITRD /boot/initramfs-$_f - DEVICETREEDIR /boot/dtbs + FDTDIR /boot/dtbs-$_f APPEND $initfs_cmdline $kernel_cmdline EOF else -- GitLab