projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update omap24xx kconfig
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches
/
110-machine.patch
diff --git
a/target/linux/lantiq/patches/110-machine.patch
b/target/linux/lantiq/patches/110-machine.patch
index
9d0b7b7
..
cf4652e
100644
(file)
--- a/
target/linux/lantiq/patches/110-machine.patch
+++ b/
target/linux/lantiq/patches/110-machine.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/lantiq/setup.c
+++ b/arch/mips/lantiq/setup.c
--- a/arch/mips/lantiq/setup.c
+++ b/arch/mips/lantiq/setup.c
-@@ -1
3,7 +13
,8 @@
+@@ -1
2,7 +12
,8 @@
#include <linux/ioport.h>
#include <lantiq.h>
#include <linux/ioport.h>
#include <lantiq.h>
@@
-10,7
+10,15
@@
void __init
plat_mem_setup(void)
void __init
plat_mem_setup(void)
-@@ -46,3 +47,25 @@ plat_mem_setup(void)
+@@ -31,6 +32,7 @@
+ ioport_resource.end = IOPORT_RESOURCE_END;
+ iomem_resource.start = IOMEM_RESOURCE_START;
+ iomem_resource.end = IOMEM_RESOURCE_END;
++ set_io_port_base((unsigned long) KSEG1);
+
+ while (*envp)
+ {
+@@ -45,3 +47,25 @@
memsize *= 1024 * 1024;
add_memory_region(0x00000000, memsize, BOOT_MEM_RAM);
}
memsize *= 1024 * 1024;
add_memory_region(0x00000000, memsize, BOOT_MEM_RAM);
}
This page took
0.024994 seconds
and
4
git commands to generate.