r2927 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Sep 5 19:41:05 CEST 2007


Author: laforge
Date: 2007-09-05 19:41:00 +0200 (Wed, 05 Sep 2007)
New Revision: 2927

Modified:
   trunk/src/target/u-boot/patches/uboot-serial_terminal.patch
Log:
add serial terminal CMD constant to list of all CMD's 


Modified: trunk/src/target/u-boot/patches/uboot-serial_terminal.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-serial_terminal.patch	2007-09-05 17:40:35 UTC (rev 2926)
+++ trunk/src/target/u-boot/patches/uboot-serial_terminal.patch	2007-09-05 17:41:00 UTC (rev 2927)
@@ -121,3 +121,15 @@
 +);
 +
 +#endif /* CONFIG_CMD_TERMINAL */
+Index: u-boot/include/config_cmd_all.h
+===================================================================
+--- u-boot.orig/include/config_cmd_all.h
++++ u-boot/include/config_cmd_all.h
+@@ -72,6 +72,7 @@
+ #define CONFIG_CMD_SETGETDCR	/* DCR support on 4xx		*/
+ #define CONFIG_CMD_SNTP		/* SNTP support			*/
+ #define CONFIG_CMD_SPI		/* SPI utility			*/
++#define CONFIG_CMD_TERMINAL	/* built-in Serial Terminal	*/
+ #define CONFIG_CMD_UNIVERSE	/* Tundra Universe Support	*/
+ #define CONFIG_CMD_USB		/* USB Support			*/
+ #define CONFIG_CMD_VFD		/* VFD support (TRAB)		*/





More information about the commitlog mailing list