Moving M3 patches to DEV and per board directory, adjusted boot splash patch (tested), removed deprecated patches
This commit is contained in:
parent
428c57ae43
commit
13f15a738f
@ -1,29 +0,0 @@
|
||||
From fb374e770653dc6fbdf9656592141572b97c6f8e Mon Sep 17 00:00:00 2001
|
||||
From: LABBE Corentin <clabbe.montjoie@gmail.com>
|
||||
Date: Thu, 31 Mar 2016 19:28:54 +0200
|
||||
Subject: [PATCH] ethernet: Add myself as maintainers of sun8i-emac
|
||||
|
||||
TODO
|
||||
|
||||
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
|
||||
---
|
||||
MAINTAINERS | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/MAINTAINERS b/MAINTAINERS
|
||||
index 7304d2e..47f04f5 100644
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -581,6 +581,12 @@ S: Maintained
|
||||
F: Documentation/i2c/busses/i2c-ali1563
|
||||
F: drivers/i2c/busses/i2c-ali1563.c
|
||||
|
||||
+ALLWINNER SUN8I-EMAC ETHERNET DRIVER
|
||||
+M: Corentin Labbe <clabbe.montjoie@gmail.com>
|
||||
+L: netdev@vger.kernel.org
|
||||
+S: Maintained
|
||||
+F: drivers/net/ethernet/allwinner/sun8i-emac.c
|
||||
+
|
||||
ALLWINNER SECURITY SYSTEM
|
||||
M: Corentin Labbe <clabbe.montjoie@gmail.com>
|
||||
L: linux-crypto@vger.kernel.org
|
||||
File diff suppressed because it is too large
Load Diff
@ -29,14 +29,16 @@ new mode 100755
|
||||
index 2d6b815..33a7b86
|
||||
--- a/include/configs/sunxi-common.h
|
||||
+++ b/include/configs/sunxi-common.h
|
||||
@@ -10,6 +10,10 @@
|
||||
@@ -10,6 +10,12 @@
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
+#ifdef CONFIG_VIDEO
|
||||
+#define CONFIG_SPLASH_SCREEN
|
||||
+#define CONFIG_SPLASH_SCREEN_ALIGN
|
||||
+#define CONFIG_CMD_BMP
|
||||
+#define CONFIG_VIDEO_BMP_RLE8
|
||||
+#endif
|
||||
#ifndef _SUNXI_COMMON_CONFIG_H
|
||||
#define _SUNXI_COMMON_CONFIG_H
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user