Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / include / options.h
index 95345ed..973dabb 100644 (file)
@@ -14,6 +14,7 @@
 
 #if PLATFORM_is_realview_pb
 # define UART0_PADDR   0x10009000      // Realview
+# define UART0_IRQ     12      // IRQ 12
 # define GICI_PADDR    0x1e000000
 # define GICD_PADDR    0x1e001000
 # define PL110_BASE    0x10020000      // Integrator
@@ -22,8 +23,9 @@
 
 #if PLATFORM_is_tegra2 // Tegra2
 # define UART0_PADDR   0x70006000
-# define GICD_PADDR    0x50041000
+# define UART0_IRQ     36
 # define GICI_PADDR    0x50040100
+# define GICD_PADDR    0x50041000
 //# define PL110_BASE  0x10020000      // Integrator
 #endif
 

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