]> git.dujemihanovic.xyz Git - u-boot.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)
commitedd53bda53b9489aafe6b728b2b71044bb92f248
tree41f57f6374ccdc462b562e76959dea0da8344912
parent63af90e7f0cab3b5197c19744f5e807ebc325c81
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