]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd25364dad45cc5a4657bbe4d58eb3996e5ce4323
treee00358c0f291604a06ece01b53620bd8b7e6f497
parent6f366fa9480dab42fbec4c7027ebc32fbdf11c47
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