projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf34c2
)
nios2: remove CONFIG_SYS_MALLOC_BASE macro
author
Thomas Chou
<thomas@wytron.com.tw>
Tue, 3 Nov 2015 05:31:09 +0000
(13:31 +0800)
committer
Thomas Chou
<thomas@wytron.com.tw>
Fri, 6 Nov 2015 01:14:12 +0000
(09:14 +0800)
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>
include/configs/nios2-generic.h
patch
|
blob
|
history
diff --git
a/include/configs/nios2-generic.h
b/include/configs/nios2-generic.h
index 84faa4cb64be896a7bf8d1dcb14a4affed2071f4..74c715d203300f0a671d97537d396dae270ba490 100644
(file)
--- 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
/*