diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:00 +0000 |
commit | dae90fc1300781065357538943552884d682c1ae (patch) | |
tree | ebcd5c29900fd0ccef87f68b265460e2f8ffea0a /target/linux/atheros/patches-3.18/101-early-printk-support.patch | |
parent | 7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a (diff) | |
download | upstream-dae90fc1300781065357538943552884d682c1ae.tar.gz upstream-dae90fc1300781065357538943552884d682c1ae.tar.bz2 upstream-dae90fc1300781065357538943552884d682c1ae.zip |
atheros: v3.18: non-functional cleanup
To finally sync code with upsream cleanup registers headers, and update
several comments and kernel config symbols descriptions. No functional
changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44731
Diffstat (limited to 'target/linux/atheros/patches-3.18/101-early-printk-support.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/101-early-printk-support.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.18/101-early-printk-support.patch b/target/linux/atheros/patches-3.18/101-early-printk-support.patch index d193031045..bd937d34a6 100644 --- a/target/linux/atheros/patches-3.18/101-early-printk-support.patch +++ b/target/linux/atheros/patches-3.18/101-early-printk-support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/arch/mips/ath25/early_printk.c -@@ -0,0 +1,45 @@ +@@ -0,0 +1,44 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -45,7 +45,6 @@ + while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) + ; +} -+ --- a/arch/mips/ath25/Makefile +++ b/arch/mips/ath25/Makefile @@ -9,5 +9,8 @@ @@ -65,5 +64,5 @@ select SYS_SUPPORTS_32BIT_KERNEL + select SYS_HAS_EARLY_PRINTK help - Support for AR231x and AR531x based boards + Support for Atheros AR231x and Atheros AR531x based boards |