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)
This commit is contained in:
Milan P. Stanić 2019-12-14 19:14:28 +01:00 committed by Natanael Copa
parent 7f7614b183
commit 39c54bc7dd

View File

@ -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