summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2014-08-24 14:16:18 +0200
committerLeo C2014-08-24 14:16:18 +0200
commit35e9ec0c03a150e3fe6a3350549573e4c02be67b (patch)
tree2978e415de4009b99a44ecf8fe8d19152f9ebfaf /include/config.h
parent61b0cfe9df810db4fbca78e5f880d61c5063f324 (diff)
downloadz180-stamp-35e9ec0c03a150e3fe6a3350549573e4c02be67b.zip
getenv_ulong(), TWI int opt
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 91b1fae..287a0c5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -5,6 +5,7 @@
#define CONFIG_ENV_OFFSET 0
#define CONFIG_ENVVAR_MAX 20
+#define CONFIG_POWRON_DELAY 2000 /* ms to wait after power on */
#define CONFIG_BOOTDELAY 4
//#define CONFIG_ZERO_BOOTDELAY_CHECK 1
@@ -16,7 +17,7 @@
#define CONFIG_SYS_I2C_RTC_ADDR 0x50
#define CONFIG_SYS_I2C_BUFSIZE 64
-#define CONFIG_SYS_I2C_CLOCK 100000L /* 100kHz */
+#define CONFIG_SYS_I2C_CLOCK 100000L /* SCL clock frequency in Hz */
#define CONFIG_SYS_CBSIZE 250
#define CONFIG_SYS_ENV_NAMELEN 16