Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / KernelLand / Kernel / arch / armv6 / include / options.h
1 /*
2  * Acess2 ARMv6 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 #if PLATFORM_is_raspberrypi
14 # define UART0_PADDR    0x7E215040      // Realview
15 #else
16 # error Unknown platform
17 #endif
18
19 #define MM_KSTACK_SIZE  0x2000  // 2 Pages
20
21 #endif
22

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