mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
bootstage: Add support for TPL record count
If bootstage is enabled in TPL it lacks a record count and so does not build. Fix this by adding a new Kconfig option. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -69,6 +69,13 @@ config SPL_BOOTSTAGE_RECORD_COUNT
|
|||||||
This is the size of the bootstage record list and is the maximum
|
This is the size of the bootstage record list and is the maximum
|
||||||
number of bootstage records that can be recorded.
|
number of bootstage records that can be recorded.
|
||||||
|
|
||||||
|
config TPL_BOOTSTAGE_RECORD_COUNT
|
||||||
|
int "Number of boot stage records to store for TPL"
|
||||||
|
default 5
|
||||||
|
help
|
||||||
|
This is the size of the bootstage record list and is the maximum
|
||||||
|
number of bootstage records that can be recorded.
|
||||||
|
|
||||||
config BOOTSTAGE_FDT
|
config BOOTSTAGE_FDT
|
||||||
bool "Store boot timing information in the OS device tree"
|
bool "Store boot timing information in the OS device tree"
|
||||||
depends on BOOTSTAGE
|
depends on BOOTSTAGE
|
||||||
|
Reference in New Issue
Block a user