aboutsummaryrefslogtreecommitdiff
path: root/include/configs/iot_devkit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/iot_devkit.h')
-rw-r--r--include/configs/iot_devkit.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/iot_devkit.h b/include/configs/iot_devkit.h
index a1b8c06..56a67f2 100644
--- a/include/configs/iot_devkit.h
+++ b/include/configs/iot_devkit.h
@@ -44,8 +44,6 @@
* - Reading data from weird addresses
*/
-#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
-
#define SRAM_BASE 0x30000000
#define SRAM_SIZE SZ_128K
@@ -68,10 +66,4 @@
CONFIG_SYS_SDRAM_BASE) - \
CONFIG_SYS_MALLOC_LEN - \
CONFIG_ENV_SIZE
-
-/*
- * Environment
- */
-#define CONFIG_BOOTFILE "app.bin"
-
#endif /* _CONFIG_IOT_DEVKIT_H_ */