diff mbox series

[5/6] configs/snps_arc700_nsim_defconfig: update kernel

Message ID 20231231172538.1279608-6-wbx@openadk.org
State Superseded
Headers show
Series rework arc architecture support | expand

Commit Message

Waldemar Brodkorb Dec. 31, 2023, 5:25 p.m. UTC
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 board/synopsys/nsim/readme.txt     | 2 +-
 configs/snps_arc700_nsim_defconfig | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/board/synopsys/nsim/readme.txt b/board/synopsys/nsim/readme.txt
index cc89cf87ac..bf47ecaf4d 100644
--- a/board/synopsys/nsim/readme.txt
+++ b/board/synopsys/nsim/readme.txt
@@ -2,7 +2,7 @@  How to build it
 ===============
 
 Configure build for the selected nSIM target. For instance, for
-ARC700 nSIM target use the following defauilt configuration:
+ARC700 nSIM target use the following default configuration:
 $ make snps_arc700_nsim_defconfig
 
 Optionally modify the configuration:
diff --git a/configs/snps_arc700_nsim_defconfig b/configs/snps_arc700_nsim_defconfig
index 3964924bed..e782522d33 100644
--- a/configs/snps_arc700_nsim_defconfig
+++ b/configs/snps_arc700_nsim_defconfig
@@ -1,16 +1,19 @@ 
 # Architecture
 BR2_arcle=y
 
+# arc700 not supported by glibc
+BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
+
 # System
 BR2_TARGET_GENERIC_HOSTNAME="arc700"
 
-# Linux headers same as kernel, a 6.0 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0=y
+# Linux headers same as kernel, a 6.1 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.0.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.69"
 BR2_LINUX_KERNEL_DEFCONFIG="nsim_700"
 BR2_LINUX_KERNEL_VMLINUX=y