]> git.baikalelectronics.ru Git - uboot.git/commitdiff
mips: octeon: octeon_common.h: Move init SP because of increased image size
authorStefan Roese <sr@denx.de>
Thu, 7 Apr 2022 07:11:48 +0000 (09:11 +0200)
committerStefan Roese <sr@denx.de>
Wed, 4 May 2022 01:38:21 +0000 (03:38 +0200)
This patch moves CONFIG_SYS_INIT_SP_OFFSET to a higher address so that
it does not interfere with larger U-Boot images. This was noticed, while
adding network support to the EBB7304 board.

Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/octeon_common.h

index 2e4bfd035162b30e71e663320ec806b29b36c2b0..7e71c83887f39f3f6e742e6be54ed4548b127bab 100644 (file)
@@ -8,7 +8,7 @@
 #define __OCTEON_COMMON_H__
 
 #if defined(CONFIG_RAM_OCTEON)
-#define CONFIG_SYS_INIT_SP_OFFSET      0x20100000
+#define CONFIG_SYS_INIT_SP_OFFSET      0x20180000
 #else
 /* No DDR init -> run in L2 cache with limited resources */
 #define CONFIG_SYS_INIT_SP_OFFSET      0x00180000