default board reset to imx6q

This commit is contained in:
TXuian 2025-01-07 17:46:43 +08:00
parent 9e9f00dbf7
commit fd95d9a7de
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ emulator_support +=
support := $(riscv_support) $(arm_support) $(emulator_support) support := $(riscv_support) $(arm_support) $(emulator_support)
SRC_DIR := SRC_DIR :=
export BOARD ?= 3568 export BOARD ?= imx6q-sabrelite
# This is the environment variable for kconfig-mconf # This is the environment variable for kconfig-mconf
export KCONFIG_CONFIG ?= .config export KCONFIG_CONFIG ?= .config