[U-Boot-Users] Two minor mistakes fixed - RPXlite_DW + rmu

Sam Song samsongshu at yahoo.com.cn
Fri May 7 04:50:25 CEST 2004


Following pls see patchs for two boards,RPXlite_DW and
rmu.Sorry for the first one I made!

* Patch by Sam Song May 7,2004
  - eliminate MAKEALL script warning of RPXlite_DW
  - typo of UPM table in rmu board

Best regards,

Sam
==================================================

--- u-boot-1.1.1/include/common.h	Sun Apr 25 07:23:31
2004
+++ u-boot-1.1.1-send/include/common.h	Fri May  7
09:35:10 2004
@@ -272,6 +272,10 @@ extern ssize_t spi_write (uchar
*, int, 
 void rpxclassic_init (void);
 #endif
 
+#ifdef CONFIG_RPXLITE
+void rpxlite_init (void);
+#endif
+
 #ifdef CONFIG_MBX
 /* $(BOARD)/mbx8xx.c */
 void	mbx_init (void);

--- u-boot-1.1.1/board/rmu/rmu.c	Wed Jan  7 06:38:19
2004
+++ u-boot-1.1.1-send/board/rmu/rmu.c	Fri May  7
10:33:42 2004
@@ -69,7 +69,7 @@ const uint sdram_table[] =
 	 */
 	0x0FF0CC24, 0xFFFFCC24, _NOT_USED_, _NOT_USED_,
 	_NOT_USED_, _NOT_USED_, 0xEFFB8C34, 0x0FF74C34,
-	0x0FFACCB4, 0x0FF5CC34, 0x0FFCC34, 0x0FFFCCB4,
+	0x0FFACCB4, 0x0FF5CC34, 0x0FFFCC34, 0x0FFFCCB4,
 
 	/*
 	 * Exception. (Offset 3Ch in UPMA RAM)





_________________________________________________________
Do You Yahoo!? 
嫌邮箱太小?雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/10m/*http://cn.mail.yahoo.com/event/10m.html




More information about the U-Boot mailing list