Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / amcore.h
index 4daa0ba..641d8fd 100644 (file)
 
 /* undef to save memory        */
 
-#define CONFIG_MX_CYCLIC               1 /* enable mdc/mwc commands    */
-
 #define CONFIG_SYS_LOAD_ADDR           0x20000 /* default load address */
 
-#define CONFIG_SYS_MEMTEST_START       0x0
-#define CONFIG_SYS_MEMTEST_END         0x1000000
-
 #define CONFIG_SYS_HZ                  1000
 
 #define CONFIG_SYS_CLK                 45000000
 #define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 #define CONFIG_SYS_BOOTPARAMS_LEN      (64 * 1024)
 
-#define CONFIG_ENV_ADDR                        (CONFIG_SYS_FLASH_BASE + \
-                                        CONFIG_SYS_MONITOR_LEN)
-#define CONFIG_ENV_SIZE                        0x1000
-#define CONFIG_ENV_SECT_SIZE           0x1000
-
 #define LDS_BOARD_TEXT \
        . = DEFINED(env_offset) ? env_offset : .; \
        env/embedded.o(.text*);