diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-03 13:47:02 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-11-06 09:14:12 +0800 |
commit | 65af9f69716ca0a765eebb8c14d851f89e2196d3 (patch) | |
tree | b665d7ee4727b9df19f09f39442685ab0d6d39af /include | |
parent | 92ae05cfc70c07642983438a180184e98bcc3249 (diff) | |
download | u-boot-imx-65af9f69716ca0a765eebb8c14d851f89e2196d3.zip u-boot-imx-65af9f69716ca0a765eebb8c14d851f89e2196d3.tar.gz u-boot-imx-65af9f69716ca0a765eebb8c14d851f89e2196d3.tar.bz2 |
nios2: remove CONFIG_SYS_INIT_SP macro
Remove CONFIG_SYS_INIT_SP macro, as the initial stack is set to
below the u-boot code.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Chin Liang See <clsee@altera.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nios2-generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 74c715d..3a559f1 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -84,7 +84,6 @@ CONFIG_SYS_SDRAM_SIZE - \ CONFIG_SYS_MONITOR_LEN) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x20000) -#define CONFIG_SYS_INIT_SP CONFIG_SYS_MALLOC_BASE /* * MISC |