[aadk-commits] qwell: u-boot/trunk r70 -
/u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h
aadk-commits at lists.digium.com
aadk-commits at lists.digium.com
Mon Nov 27 15:36:26 MST 2006
Author: qwell
Date: Mon Nov 27 16:36:26 2006
New Revision: 70
URL: http://svn.digium.com/view/aadk?view=rev&rev=70
Log:
Duplicate defines are bad..
Modified:
u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h
Modified: u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h
URL: http://svn.digium.com/view/aadk/u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h?view=diff&rev=70&r1=69&r2=70
==============================================================================
--- u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h (original)
+++ u-boot/trunk/u-boot_1.1.3/include/configs/s800i.h Mon Nov 27 16:36:26 2006
@@ -35,11 +35,6 @@
/* CONFIG_SCLK_DIV controls what the peripheral clock divider is */
/* Values can range from 1-15 */
#define CONFIG_SCLK_DIV 4
-/* CONFIG_SPI_BAUD controls the SPI peripheral clock divider */
-/* Values can range from 2-65535 */
-/* SCK Frequency = SCLK / (2 * CONFIG_SPI_BAUD) */
-#define CONFIG_SPI_BAUD 2
-
#if ( CONFIG_CLKIN_HALF == 0 )
#define CONFIG_VCO_HZ ( CONFIG_CLKIN_HZ * CONFIG_VCO_MULT )
More information about the aadk-commits
mailing list