Kernel/armv7 - Implementing MM_Clone and fixing MMU errors
[tpg/acess2.git] / Kernel / arch / armv7 / include / options.h
1 /*
2  * Acess2 ARMv7 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * options.h
6  * - C/ASM Shared constants
7  */
8 #ifndef _ARMV7_OPTIONS_H_
9 #define _ARMV7_OPTIONS_H_
10
11 #define KERNEL_BASE     0x80000000
12
13 //#define PCI_PADDR     0x60000000      // Realview (Non-PB)
14 #define UART0_PADDR     0x10009000      // Realview
15
16 #define MM_KSTACK_SIZE  0x2000  // 2 Pages
17
18 #endif
19

UCC git Repository :: git.ucc.asn.au