aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/archs38/image
diff options
context:
space:
mode:
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>2021-11-02 15:45:01 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2021-11-07 17:12:10 +0100
commitda9a8fcbc3cf4319655da1b4d341134b5d4663c1 (patch)
tree6cfa3461502900db1a36f85286937470cfffa878 /target/linux/archs38/image
parent13bd0721d1add0e232991a79a21cfcb468e5c7f3 (diff)
downloadupstream-da9a8fcbc3cf4319655da1b4d341134b5d4663c1.tar.gz
upstream-da9a8fcbc3cf4319655da1b4d341134b5d4663c1.tar.bz2
upstream-da9a8fcbc3cf4319655da1b4d341134b5d4663c1.zip
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 <Evgeniy.Didin@synopsys.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: Paul Spooren <mail@aparcar.org> Cc: Hauke Mehrtens <hauke@hauke-m.de> Cc: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/archs38/image')
-rw-r--r--target/linux/archs38/image/Makefile4
1 files changed, 2 insertions, 2 deletions
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))))