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

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


Author: laforge
Date: 2007-09-05 19:40:35 +0200 (Wed, 05 Sep 2007)
New Revision: 2926

Modified:
   trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch
Log:
the command is called s3c24xx, not s3c24x0


Modified: trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch	2007-09-05 17:40:06 UTC (rev 2925)
+++ trunk/src/target/u-boot/patches/uboot-cmd_s3c2410.patch	2007-09-05 17:40:35 UTC (rev 2926)
@@ -171,10 +171,10 @@
 +
 +U_BOOT_CMD(
 +	s3c24xx,	4,	1,	do_s3c24xx,
-+	"s3c24x0 - SoC  specific commands\n",
++	"s3c24xx - SoC  specific commands\n",
 +	"speed get - display current PLL speed config\n"
-+	"s3c24x0 speed list - display supporte PLL speed configs\n"
-+	"s3c24x0 speed set - set PLL speed\n"
++	"s3c24xx speed list - display supporte PLL speed configs\n"
++	"s3c24xx speed set - set PLL speed\n"
 +);
 +
 +#endif





More information about the commitlog mailing list