|
From: Holger S. <hol...@us...> - 2003-08-15 07:08:35
|
Update of /cvsroot/blob/blob/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv17988/doc
Modified Files:
porting.txt
Log Message:
Adapted documentation to new autoconf/autoheader situation
Index: porting.txt
===================================================================
RCS file: /cvsroot/blob/blob/doc/porting.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- porting.txt 4 Feb 2002 18:12:03 -0000 1.2
+++ porting.txt 15 Aug 2003 06:52:49 -0000 1.3
@@ -14,14 +14,6 @@
-Add machine define to acconfig.h:
-
- /* Define for Ipaq H3600 */
- #undef H3600
-
-
-
-
Add machine to include/blob/arch.h:
#elif defined H3600
@@ -93,7 +85,9 @@
-Edit memsetup-sa1110.S and add correct memory setup
+Edit memsetup-sa1110.S and add correct memory setup. This is only be
+necessary for Intel StrongARM based boards. For Intel PXA based boards, the
+defined in h3600.h should be sufficient.
|