configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs
[platform/kernel/u-boot.git] / include / configs / 3c120_devboard.h
index 97bce43..30bbd71 100644 (file)
  * (which is common practice).
  */
 
-#define CONFIG_ENV_OVERWRITE           /* Serial change Ok     */
-
 /*
  * MISC
  */
 #define CONFIG_SYS_LOAD_ADDR           0xd4000000      /* Half of RAM */
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
-#define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
-#define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MONITOR_BASE - \
-                                        CONFIG_ENV_SIZE - \
-                                        CONFIG_SYS_MALLOC_LEN -        \
-                                        0x10000)
 
 #endif /* __CONFIG_H */