summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 6640e67..fab20a9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ * (C) Copyright 2014-2018 Leo C. <erbl259-lmu@yahoo.de>
*
* SPDX-License-Identifier: GPL-2.0
*/
@@ -12,6 +12,7 @@
/* Environment variables */
+#define ENV_FMON "fmon"
#define ENV_BAUDRATE "baudrate"
#define ENV_BOOTDELAY "bootdelay"
#define ENV_BOOTCMD "bootcmd"
@@ -32,10 +33,9 @@
#define CONFIG_ENV_OFFSET 0
#define CONFIG_ENVVAR_MAX 40
-#define CONFIG_BAUDRATE 115200L
+#define CONFIG_BAUDRATE 115200
#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */
#define CONFIG_BOOTDELAY 4
-//#define CONFIG_ZERO_BOOTDELAY_CHECK 1
#define CONFIG_CPM3_SYSFILE "0:/cpm3.sys"
#define CONFIG_CPM3_COMMON_BASE 0xF000