From d6925a3913dec3de90cb87d5119f174d32a8ef38 Mon Sep 17 00:00:00 2001 From: Evgeniy Paltsev Date: Fri, 26 Apr 2024 21:13:53 +0100 Subject: [PATCH] ARC: nsim_nsim_hs_mpuv6: add missing defconfig After recent HWv2 model there is defconfig file missing, so we got incorrect platform configuration. Fix that. Signed-off-by: Eugeniy Paltsev Signed-off-by: Evgeniy Paltsev --- boards/snps/nsim/nsim_nsim_hs_mpuv6_defconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 boards/snps/nsim/nsim_nsim_hs_mpuv6_defconfig diff --git a/boards/snps/nsim/nsim_nsim_hs_mpuv6_defconfig b/boards/snps/nsim/nsim_nsim_hs_mpuv6_defconfig new file mode 100644 index 0000000000..583bc01b85 --- /dev/null +++ b/boards/snps/nsim/nsim_nsim_hs_mpuv6_defconfig @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 +CONFIG_XIP=n +CONFIG_BUILD_OUTPUT_BIN=n +CONFIG_ARCV2_INTERRUPT_UNIT=y +CONFIG_ARCV2_TIMER=y +CONFIG_ARC_MPU_ENABLE=y +CONFIG_CONSOLE=y +CONFIG_UART_CONSOLE=y +CONFIG_SERIAL=y