summaryrefslogtreecommitdiff
path: root/include/configs/xtfpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/xtfpga.h')
-rw-r--r--include/configs/xtfpga.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h
index 516a6089f6d..b69834a7fa1 100644
--- a/include/configs/xtfpga.h
+++ b/include/configs/xtfpga.h
@@ -65,8 +65,6 @@
# define CONFIG_SYS_MONITOR_LEN 0x00040000 /* 256KB */
#endif
-#define CONFIG_SYS_MALLOC_LEN (256 << 10) /* heap 256KB */
-
/* Linux boot param area in RAM (used only when booting linux) */
#define CONFIG_SYS_BOOTPARAMS_LEN (64 << 10)
@@ -98,9 +96,6 @@
#define XTENSA_SYS_TEXT_ADDR \
(MEMADDR(CONFIG_SYS_MEMORY_SIZE) - CONFIG_SYS_MONITOR_LEN)
-/* Used by tftpboot; env var 'loadaddr' */
-#define CONFIG_SYS_LOAD_ADDR MEMADDR(0x02000000)
-
/*==============================*/
/* U-Boot general configuration */
/*==============================*/