x86: rename CONFIG_STACK_SIZE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 29 Jul 2020 10:31:17 +0000 (12:31 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Aug 2020 09:58:23 +0000 (11:58 +0200)
commit4f0c4be1c34f934ad33edb0f29f7f249e5de4b40
treee00358c0f291604a06ece01b53620bd8b7e6f497
parente01aed47d6a0e4d99e886d80b885fe0898850357
x86: rename CONFIG_STACK_SIZE

Configuration variables should have the same meaning independent of the
architecture. x86 and ARM both use CONFIG_STACK_SIZE:

* x86: U-Boot's runtime stack size during reboot
* ARM: max stack size that can be used by U-Boot

Rename the x86 configuration variable to CONFIG_STACK_SIZE_REBOOT

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/x86/Kconfig
arch/x86/lib/fsp/fsp_dram.c