From da9a8fcbc3cf4319655da1b4d341134b5d4663c1 Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Tue, 2 Nov 2021 15:45:01 +0300 Subject: archs38: update kernel version to 5.10 Update config, Makefile and image/Makefile. Directly switch to kernel 5.10. This patch was tested in nSIM simulator, no errors appeared. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Paul Spooren Cc: Hauke Mehrtens Cc: John Crispin --- target/linux/archs38/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/archs38/image') diff --git a/target/linux/archs38/image/Makefile b/target/linux/archs38/image/Makefile index 1d0beca27f..55e16c37fc 100644 --- a/target/linux/archs38/image/Makefile +++ b/target/linux/archs38/image/Makefile @@ -27,14 +27,14 @@ define Device/nsim_hs DEVICE_VENDOR := Synopsys DEVICE_MODEL := nSIM HS DEVICE_PROFILE := nsim_hs - DEVICE_DTS := nsim_hs_idu + DEVICE_DTS := haps_hs endef TARGET_DEVICES += nsim_hs endif # Root FS on SD-card KERNEL_LOADADDR := 0x90000000 -DEVICE_DTS_LIST:= axs103_idu nsim_hs_idu hsdk +DEVICE_DTS_LIST:= axs103_idu haps_hs hsdk FAT32_BLOCK_SIZE=1024 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_AXS10X_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE)))) -- cgit v1.2.3