]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: move SPL stack address
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Apr 2018 06:10:51 +0000 (15:10 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Apr 2018 15:35:35 +0000 (00:35 +0900)
commitba5862be0208d03d06690c877297c270384fa32e
treeae0b0415bb38b66e39477630cdba7bc80e83303a
parentd821d4465d85fc61da7317f799e94db07ee6c213
ARM: uniphier: move SPL stack address

Currently, the address region, 0xf8000 - 0x100000, is used for SPL
stack for the 32bit SoCs.  Because the U-Boot proper image starts
from 0x70000, the maximum size of the U-Boot proper image is 544KB
(0x70000 - 0xf8000) for the NOR boot mode.  Now uniphier_v7_defconfig
is almost hitting this size limit.  Changing CONFIG_SPL_STACK can
raise the size limit with less impact.  With this, the size limit
will increase to 576KB (0x70000 - 0x100000).  If we need to increase
it even more, we would be able to change CONFIG_SYS_UBOOT_BASE at the
cost of the flashing command changes.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h