changeset 1835:0f53d170ccc4 draft

Linux 4.3
author Rob Landley <rob@landley.net>
date Mon, 11 Jan 2016 14:29:28 -0600
parents 52e147cbc471
children 6477f27294f8
files download.sh sources/patches/linux-jcore.patch
diffstat 2 files changed, 2 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Thu Jan 07 17:11:55 2016 -0600
+++ b/download.sh	Mon Jan 11 14:29:28 2016 -0600
@@ -29,8 +29,8 @@
 SHA1=e098ce88e7dd4398c178240b4c380771c5b4fe6b \
 maybe_fork "download || dienow"
 
-URL=ftp://kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.gz \
-SHA1=70db3c22960e3da16b7d7b0a55066154b8d92900 \
+URL=ftp://kernel.org/pub/linux/kernel/v4.x/linux-4.3.tar.gz \
+SHA1=309d9bedd8c9ef4a79695f04dcf65c0b551d784c \
 maybe_fork "download || dienow"
 
 
--- a/sources/patches/linux-jcore.patch	Thu Jan 07 17:11:55 2016 -0600
+++ b/sources/patches/linux-jcore.patch	Mon Jan 11 14:29:28 2016 -0600
@@ -2049,15 +2049,6 @@
 index f8120c1b..aae8d72 100644
 --- a/drivers/tty/serial/Kconfig
 +++ b/drivers/tty/serial/Kconfig
-@@ -594,7 +594,7 @@ config SERIAL_IMX_CONSOLE
- 
- config SERIAL_UARTLITE
- 	tristate "Xilinx uartlite serial port support"
--	depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE || ARCH_ZYNQ
-+	depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE || ARCH_ZYNQ || CPU_SUBTYPE_0PF
- 	select SERIAL_CORE
- 	help
- 	  Say Y here if you want to use the Xilinx uartlite serial controller.
 @@ -611,6 +611,12 @@ config SERIAL_UARTLITE_CONSOLE
  	  console (the system console is the device which receives all kernel
  	  messages and warnings and which allows logins in single user mode).