mipsel-mitx: Use mitx-xpa kernel

This commit is contained in:
Ivan A. Melnikov 2020-03-16 15:11:01 +04:00 committed by Anton Midyukov
parent f743df54f3
commit 0d4aa49cfa
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
use/mipsel-mitx: use/kernel use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,mitx-def)
@$(call set,KFLAVOURS,mitx-xpa)
use/mipsel-mitx/x11: use/mipsel-mitx
@$(call add,THE_PACKAGES,xorg-conf-sm750-tavolga)

View File

@ -13,8 +13,12 @@ case "$kversion" in
DTB_NAME=tplatforms_mitx2
KERNEL_LOAD_ADDR=0x80004000
;;
4.4*)
DTB_NAME=tplatforms_mitx
KERNEL_LOAD_ADDR=0x80100000
;;
*)
# 4.4, 4.9
# 4.9 and other experimential stuff
DTB_NAME=baikal_mitx
KERNEL_LOAD_ADDR=0x80100000
;;