Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
[platform/kernel/u-boot.git] / include / configs / evb_ast2500.h
index e4b07e3..b109a15 100644 (file)
 
 #include <configs/aspeed-common.h>
 
-#define CONFIG_SYS_MEMTEST_START       (CONFIG_SYS_SDRAM_BASE + 0x300000)
-#define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x5000000)
-
 #define CONFIG_SYS_UBOOT_BASE          CONFIG_SYS_TEXT_BASE
 
-/* Memory Info */
-#define CONFIG_SYS_LOAD_ADDR           0x83000000
-
-#define CONFIG_ENV_SIZE                        0x20000
+/* Misc */
+#define CONFIG_EXTRA_ENV_SETTINGS \
+       ""
 
 #endif /* __CONFIG_H */