From 5a0e275cbbc4f462495e9a7e04acf0f6bfbd13c5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 May 2017 05:05:24 -0600 Subject: bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int There is no good read to make this hex, and integer is more natural for this type of setting. Update it. Signed-off-by: Simon Glass --- configs/sandbox_noblk_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/sandbox_noblk_defconfig') diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig index 519e91f623..7f57915f6e 100644 --- a/configs/sandbox_noblk_defconfig +++ b/configs/sandbox_noblk_defconfig @@ -6,7 +6,7 @@ CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y -CONFIG_BOOTSTAGE_USER_COUNT=0x20 +CONFIG_BOOTSTAGE_USER_COUNT=32 CONFIG_BOOTSTAGE_FDT=y CONFIG_BOOTSTAGE_STASH=y CONFIG_BOOTSTAGE_STASH_ADDR=0x0 -- cgit