r3165 - trunk/src/target/u-boot/patches
laforge at sita.openmoko.org
laforge at sita.openmoko.org
Mon Oct 15 08:53:10 CEST 2007
Author: laforge
Date: 2007-10-15 08:53:06 +0200 (Mon, 15 Oct 2007)
New Revision: 3165
Modified:
trunk/src/target/u-boot/patches/uboot-s3c2440.patch
trunk/src/target/u-boot/patches/uboot-s3c2442.patch
trunk/src/target/u-boot/patches/uboot-s3c2443.patch
Log:
typos are evil. consistently calling things CONFOG instead of CONFIG doesn't
really help. s/CONFOG/CONFIG/g
Modified: trunk/src/target/u-boot/patches/uboot-s3c2440.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2440.patch 2007-10-15 06:07:34 UTC (rev 3164)
+++ trunk/src/target/u-boot/patches/uboot-s3c2440.patch 2007-10-15 06:53:06 UTC (rev 3165)
@@ -549,7 +549,7 @@
{
S3C24X0_CLOCK_POWER * const clk_power = S3C24X0_GetBase_CLOCK_POWER();
-+#if defined(CONFOG_S3C2400) || defined(CONFIG_S3C2410)
++#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410)
return((clk_power->CLKDIVN & 0x2) ? get_FCLK()/2 : get_FCLK());
+#elif defined(CONFIG_S3C2440)
+ switch (clk_power->CLKDIVN & 0x6) {
Modified: trunk/src/target/u-boot/patches/uboot-s3c2442.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2442.patch 2007-10-15 06:07:34 UTC (rev 3164)
+++ trunk/src/target/u-boot/patches/uboot-s3c2442.patch 2007-10-15 06:53:06 UTC (rev 3165)
@@ -323,7 +323,7 @@
return ( 2 * m * (CONFIG_SYS_CLK_FREQ / (p << s )) );
@@ -95,7 +95,7 @@
- #if defined(CONFOG_S3C2400) || defined(CONFIG_S3C2410)
+ #if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410)
return((clk_power->CLKDIVN & 0x2) ? get_FCLK()/2 : get_FCLK());
-#elif defined(CONFIG_S3C2440)
+#elif defined(CONFIG_S3C2440) || defined(CONFIG_S3C2442)
@@ -398,7 +398,7 @@
-#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || defined(CONFIG_S3C2440)
+#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || defined(CONFIG_S3C2440) || \
-+ defined(CONFOG_S3C2442)
++ defined(CONFIG_S3C2442)
/* turn off the watchdog */
# if defined(CONFIG_S3C2400)
Modified: trunk/src/target/u-boot/patches/uboot-s3c2443.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c2443.patch 2007-10-15 06:07:34 UTC (rev 3164)
+++ trunk/src/target/u-boot/patches/uboot-s3c2443.patch 2007-10-15 06:53:06 UTC (rev 3165)
@@ -15,8 +15,8 @@
#endif
#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || defined(CONFIG_S3C2440) || \
-- defined(CONFOG_S3C2442)
-+ defined(CONFOG_S3C2442) || defined(CONFIG_S3C2443)
+- defined(CONFIG_S3C2442)
++ defined(CONFIG_S3C2442) || defined(CONFIG_S3C2443)
/* turn off the watchdog */
# if defined(CONFIG_S3C2400)
More information about the commitlog
mailing list