Merge branch '2022-04-01-Kconfig-migrations-and-cleanups' into next
[platform/kernel/u-boot.git] / include / configs / iot_devkit.h
index 48a229c..56a67f2 100644 (file)
@@ -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
 
@@ -57,7 +55,6 @@
 
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + SZ_32K)
 
-#define CONFIG_SYS_MALLOC_LEN          SZ_64K
 #define CONFIG_SYS_BOOTM_LEN           SZ_128K
 
 #define ROM_BASE                       CONFIG_SYS_MONITOR_BASE
                                        CONFIG_SYS_SDRAM_BASE) - \
                                        CONFIG_SYS_MALLOC_LEN - \
                                        CONFIG_ENV_SIZE
-
-/*
- * Environment
- */
-#define CONFIG_BOOTFILE                        "app.bin"
-
 #endif /* _CONFIG_IOT_DEVKIT_H_ */