diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2016-07-17 08:30:42 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-09-12 22:36:55 +0200 |
commit | 993ad293597ac3e46574e2ccd074432824305a91 (patch) | |
tree | 06550379eea3d62814543bfebd70d4386a884532 /target/linux/ar71xx | |
parent | d27bce8d28eb129af0abd9c80a7756301b7d588a (diff) | |
download | upstream-993ad293597ac3e46574e2ccd074432824305a91.tar.gz upstream-993ad293597ac3e46574e2ccd074432824305a91.tar.bz2 upstream-993ad293597ac3e46574e2ccd074432824305a91.zip |
kernel: Backport pending appended DTB handling patches
Backport patches from upstream Linux kernel which are making the
kernel stores the appended dtb not in the same resisters as defined in
the UHI specification, use a separate variable on MIPS.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
[some modifications]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-4.4/509-MIPS-ath79-process-board-kernel-option.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.4/509-MIPS-ath79-process-board-kernel-option.patch b/target/linux/ar71xx/patches-4.4/509-MIPS-ath79-process-board-kernel-option.patch index 4e18a0c81f..40bd8522ab 100644 --- a/target/linux/ar71xx/patches-4.4/509-MIPS-ath79-process-board-kernel-option.patch +++ b/target/linux/ar71xx/patches-4.4/509-MIPS-ath79-process-board-kernel-option.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c -@@ -251,6 +251,8 @@ void __init plat_time_init(void) +@@ -253,6 +253,8 @@ void __init plat_time_init(void) mips_hpt_frequency = cpu_clk_rate / 2; } |