diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2021-10-11 11:47:21 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-24 18:52:06 +0200 |
commit | 7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e (patch) | |
tree | 8c4a8ec8458f6e44e911c425e5f8d4712902344f /target/linux/at91/image | |
parent | 05a7af9ca0dd9c42eafbca5aa988b141e0e06053 (diff) | |
download | upstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.tar.gz upstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.tar.bz2 upstream-7bd0fba3dfefb4c4a7c0b4db65feedf3d7a13f5e.zip |
at91: kernel: bump to 5.10
Bump at91 targets to kernel v5.10. With this patches and files for
wb45n and wb50n were removed as they are now included in upstream
kernel. Along with:
- this the kernel config for sama5d2 and sam9x targets has been
refreshed (with make kernel_menuconfig + save);
- CONFIG_ARCH_AT91 and specific sam9x SoCs (AT91RM9200, AT91SAM9,
SAM9X60) has been enabled such that sam9x SoCs to be able to boot.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'target/linux/at91/image')
-rw-r--r-- | target/linux/at91/image/sam9x.mk | 1 | ||||
-rw-r--r-- | target/linux/at91/image/sama5.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/at91/image/sam9x.mk b/target/linux/at91/image/sam9x.mk index 1a036e493f..6f10123bba 100644 --- a/target/linux/at91/image/sam9x.mk +++ b/target/linux/at91/image/sam9x.mk @@ -194,6 +194,7 @@ define Device/laird_wb45n $(Device/evaluation-fit) DEVICE_VENDOR := Laird DEVICE_MODEL := WB45N + DEVICE_DTS := at91-wb45n DEVICE_PACKAGES := \ kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \ kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \ diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index d644f89266..f8e05aae93 100644 --- a/target/linux/at91/image/sama5.mk +++ b/target/linux/at91/image/sama5.mk @@ -104,6 +104,7 @@ ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"") $(Device/evaluation-fit) DEVICE_VENDOR := Laird DEVICE_MODEL := WB50N + DEVICE_DTS := at91-wb50n DEVICE_PACKAGES := \ kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \ kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \ |