diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-22 11:24:10 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-22 11:27:05 +0200 |
commit | 116e8917bf9f386e975777c66345f2571b1d74df (patch) | |
tree | 158ebb07dd1e887845e8bac0ed9a64f012d4bea7 | |
parent | e890820579f34bff0090a3194772e9b9e954cff2 (diff) |
pistachio: 6.1: refresh kernel patches
Refresh kernel patches with make target/linux/refresh.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch b/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch index b30f79b773..a8ebab9cd2 100644 --- a/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch +++ b/target/linux/pistachio/patches-6.1/401-mtd-nor-support-mtd-name-from-device-tree.patch @@ -10,7 +10,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> --- a/drivers/mtd/spi-nor/core.c +++ b/drivers/mtd/spi-nor/core.c -@@ -2942,12 +2942,20 @@ static void spi_nor_set_mtd_info(struct +@@ -2964,12 +2964,20 @@ static void spi_nor_set_mtd_info(struct { struct mtd_info *mtd = &nor->mtd; struct device *dev = nor->dev; |