commit | 99186b34c85a64272cebb098f221b9cef48b9073 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 29 12:31:17 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Aug 01 11:58:23 2020 +0200 |
tree | e00358c0f291604a06ece01b53620bd8b7e6f497 | |
parent | a4d1b1b593e0b751e7bb1bf44896be8299360c26 [diff] |
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>