Update of /cvsroot/blob/blob
In directory usw-pr-cvs1:/tmp/cvs-serv17252
Modified Files:
configure.in
Log Message:
- added system 3 flash driver definition
- added warnings for missing memory configs
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- configure.in 2001/10/28 20:25:02 1.22
+++ configure.in 2001/10/29 12:18:10 1.23
@@ -83,6 +83,7 @@
AC_DEFINE(ASSABET)
AC_DEFINE(USE_SERIAL1)
BLOB_PLATFORM_OBJ="assabet.o"
+ AC_MSG_WARN([Please check assabet memory config in arch/assabet.h])
BLOB_FLASH_OBJS="intel32.o"
use_cpu="sa1110"
use_lcd="no"
@@ -102,6 +103,7 @@
AC_DEFINE(CLART)
AC_DEFINE(USE_SERIAL3)
BLOB_PLATFORM_OBJ="clart.o"
+ AC_MSG_WARN([Please check creditlart memory config in arch/clart.h])
BLOB_FLASH_OBJS="intel16.o"
use_cpu="sa1110"
use_lcd="no"
@@ -112,6 +114,7 @@
AC_DEFINE(USE_SERIAL3)
BLOB_PLATFORM_OBJ="h3600.o"
AC_MSG_WARN([Warning: untested platform!])
+ AC_MSG_WARN([Please check h3600 memory config in arch/h3600.h])
BLOB_FLASH_OBJS="intel32.o"
use_cpu="sa1110"
use_lcd="no"
@@ -154,12 +157,11 @@
use_lcd="no"
;;
system3)
- board_name="PT System3"
+ board_name="Prueftechnik Digital Board"
AC_DEFINE(PT_SYSTEM3)
AC_DEFINE(USE_SERIAL1)
BLOB_PLATFORM_OBJ="system3.o"
- AC_MSG_WARN([Please check System3 flash])
- BLOB_FLASH_OBJS="nullflash.o"
+ BLOB_FLASH_OBJS="intel32.o"
DIAG_PLATFORM_OBJ="system3.o"
use_cpu="sa1110"
use_lcd="yes"
|