Modify SPI UART slave select to 0x2 according to latest ESL (2008.06)
diff --git a/spi-uart.c b/spi-uart.c
index c78f0dc..a33c70e 100644
--- a/spi-uart.c
+++ b/spi-uart.c
@@ -52,7 +52,7 @@
 	pspi->imr &= 0xffffff00;
 	
 	/* select one slave SPI device */
-	pspi->ser = 0x1;
+	pspi->ser = 0x2;
 
 	/* enable the HW, this should be the last step for HW init */
 	pspi->ssienr |= 0x1;