efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 29 Jul 2020 10:37:35 +0000 (12:37 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Aug 2020 09:58:23 +0000 (11:58 +0200)
commit74b869bae74cb749ed4feef54f6d2630aed2a828
tree9fc6e3a25f6d3f8c665b45e599ccc4e667074c43
parent4f0c4be1c34f934ad33edb0f29f7f249e5de4b40
efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system

The Kconfig symbol CONFIG_STACK_SIZE is used both by ARM and Microblaze
with the same meaning. Move it to menu 'General setup' so that we can use
it for all architectures.

Use the value of CONFIG_STACK_SIZE instead of a hard coded 16 MiB value for
reserving memory in the UEFI sub-system.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Kconfig
arch/arm/Kconfig
arch/microblaze/Kconfig
lib/efi_loader/efi_memory.c