Commit 0d4aa49c authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Anton Midyukov

mipsel-mitx: Use mitx-xpa kernel

parent f743df54
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)
......@@ -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
;;
......
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