Update of /cvsroot/blob/blob/include/blob/arch
In directory sc8-pr-cvs1:/tmp/cvs-serv13935/include/blob/arch
Modified Files:
csir_ims.h
Log Message:
Fix csir_ims board to use ledasm-pxa.S and pxa_gpio_led_driver.
Index: csir_ims.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/csir_ims.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- csir_ims.h 7 Aug 2003 19:30:59 -0000 1.2
+++ csir_ims.h 10 Nov 2003 20:50:23 -0000 1.3
@@ -26,6 +26,7 @@
#define USE_SERIAL1
#define TERMINAL_SPEED baud_115200
+#define LED_GPIO GPIO_bit(25)
/* the base address were BLOB is loaded by the first stage loader */
#define BLOB_ABS_BASE_ADDR (0xa0200400)
|