Update of /cvsroot/blob/blob/include/blob/proc
In directory sc8-pr-cvs1:/tmp/cvs-serv18405/include/blob/proc
Modified Files:
pxa.h
Log Message:
More Ramses-related patches
Index: pxa.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/proc/pxa.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pxa.h 7 Aug 2003 19:46:54 -0000 1.4
+++ pxa.h 15 Aug 2003 06:55:34 -0000 1.5
@@ -46,7 +46,11 @@
#define __ASM_ARCH_HARDWARE_H
-#include <asm-arm/arch-pxa/pxa-regs.h>
+// TODO
+// Some Patches by Adrian van der Merwe didn't make it yet into Russels/Nico's
+// Linux patches, so for now we use our local pxa-regs.h file
+//#include <asm-arm/arch-pxa/pxa-regs.h>
+#include <blob/arch/pxa-regs.h>
/* memory start and end */
#define MEMORY_START (0xa0000000)
|