summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-03 13:31:09 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-11-06 09:14:12 +0800
commit92ae05cfc70c07642983438a180184e98bcc3249 (patch)
tree89970b718eac76541656e7d7b83a3ce5418fb79e
parentddf34c26065aea2bfdac448189b9c5f919063d79 (diff)
downloadtalos-obmc-uboot-92ae05cfc70c07642983438a180184e98bcc3249.tar.gz
talos-obmc-uboot-92ae05cfc70c07642983438a180184e98bcc3249.zip
nios2: remove CONFIG_SYS_MALLOC_BASE macro
Remove CONFIG_SYS_MALLOC_BASE macro, as it is not used by the generic board. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Chin Liang See <clsee@altera.com>
-rw-r--r--include/configs/nios2-generic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h
index 84faa4cb64..74c715d203 100644
--- a/include/configs/nios2-generic.h
+++ b/include/configs/nios2-generic.h
@@ -84,8 +84,6 @@
CONFIG_SYS_SDRAM_SIZE - \
CONFIG_SYS_MONITOR_LEN)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x20000)
-#define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MONITOR_BASE - \
- CONFIG_SYS_MALLOC_LEN)
#define CONFIG_SYS_INIT_SP CONFIG_SYS_MALLOC_BASE
/*
OpenPOWER on IntegriCloud