Commit 81e49400 authored by Anton Midyukov's avatar Anton Midyukov

aarch64-dbm: added support mini-ITX board

parent 1322a9c2
......@@ -3,4 +3,9 @@ use/aarch64-dbm: use/efi/grub use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,bfkm)
@$(call add,BASE_BOOTARGS,video=HDMI-A-1:D fbcon=map:0)
@$(call try,DBM_DTB,bm-bfkm)
@$(call xport,DBM_DTB)
use/aarch64-dbm/mini-itx: use/aarch64-dbm
@$(call set,DBM_DTB,bm-bfkm)
endif
......@@ -11,5 +11,5 @@ cfgfile="/etc/sysconfig/grub2"
if [ -f "$cfgfile" ]
then
echo "# Configure GRUB2 Special Settings for DBM board" >> "$cfgfile"
echo "GRUB_FDT_LINUX=bm-bfkm.dtb" >> "$cfgfile"
echo "GRUB_FDT_LINUX=$GLOBAL_DBM_DTB.dtb" >> "$cfgfile"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment