diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:01:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:01:17 +0000 |
commit | 9ceee12a49b0c7f1652235f581f19187a01611e3 (patch) | |
tree | 4618b170e693bd86d91e1ea754b0fdeade346f39 /target/linux/atheros/patches-3.18/105-ar2315_pci.patch | |
parent | 6b041d0b1df171a3bb9266b34d7687c951f55e24 (diff) | |
download | upstream-9ceee12a49b0c7f1652235f581f19187a01611e3.tar.gz upstream-9ceee12a49b0c7f1652235f581f19187a01611e3.tar.bz2 upstream-9ceee12a49b0c7f1652235f581f19187a01611e3.zip |
atheros: v3.18: remap flash for boardconfig parsing
Rework boardconfig handling code to honestly remap flash memory region.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44725
Diffstat (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch index 6665a1138b..f182cb7350 100644 --- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch @@ -531,7 +531,7 @@ else if (pending & CAUSEF_IP2) do_IRQ(AR2315_IRQ_MISC_INTRS); else if (pending & CAUSEF_IP7) -@@ -450,8 +454,60 @@ void __init ar2315_plat_mem_setup(void) +@@ -440,8 +444,60 @@ void __init ar2315_plat_mem_setup(void) _machine_restart = ar2315_restart; } |