longan/build/mkcmd.sh
.. .. @@ -1113,7 +1113,11 @@ 1113 1113 { 1114 1114 # mark kernel .config belong to which platform 1115 1115 local config_mark="${KERNEL_BUILD_OUT_DIR}/.config.mark" 1116 - local board_dts="$LICHEE_BOARD_CONFIG_DIR/board.dts"1116 + if [ -n ${DTS_NAME} ]; then1117 + local board_dts="$LICHEE_BOARD_CONFIG_DIR/${DTS_NAME}.dts"1118 + else1119 + local board_dts="$LICHEE_BOARD_CONFIG_DIR/board.dts"1120 + fi1117 1121 1118 1122 # In linux-5.4 (and later), fex file is no longer supported. 1119 1123 # Which means, sys_config.fex is no longer used.