# HG changeset patch # User Rob Landley # Date 1452544168 21600 # Node ID 0f53d170ccc459341e9a919c10d3f7ce8c8ea666 # Parent 52e147cbc4716ab5954b9bb97a905e387f962ba4 Linux 4.3 diff -r 52e147cbc471 -r 0f53d170ccc4 download.sh --- 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" diff -r 52e147cbc471 -r 0f53d170ccc4 sources/patches/linux-jcore.patch --- 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).