1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add ar7-2.6 fixes by Stefan Weil

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-06-04 09:46:30 +00:00
parent e799c14a2d
commit 7fff341bb3
8 changed files with 56 additions and 24 deletions

View File

@@ -19,8 +19,8 @@
* This handles the memory map.
* We handle pages at KSEG0 for kernels with 32 bit address space.
*/
#define PAGE_OFFSET 0x80000000UL
#define PHYS_OFFSET 0x14000000UL
#define PAGE_OFFSET 0x94000000UL
#define PHYS_OFFSET 0x14000000UL
/*
* Memory above this physical address will be considered highmem.