]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Drop CFG_SYS_STACK_SIZE
authorSimon Glass <sjg@chromium.org>
Mon, 31 Jul 2023 03:01:47 +0000 (21:01 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 9 Aug 2023 15:31:12 +0000 (23:31 +0800)
commit482a0dd0f17fd06a60d7f2751a16905fa75c2567
tree41f57f6374ccdc462b562e76959dea0da8344912
parent2e3e75d552414169a66e1be51d5fb2432f119868
x86: Drop CFG_SYS_STACK_SIZE

This is only used in one file and the value is the same for both boards
which define it. Use the fixed value of 32KB and drop the CFG. This will
allow removal of the config.h files.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/physmem.c
include/configs/edison.h
include/configs/x86-common.h