Commit 5a0e275cbbc4f462495e9a7e04acf0f6bfbd13c5

Authored by Simon Glass
Committed by Tom Rini
1 parent c87dc38d8f

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 <sjg@chromium.org>

Showing 5 changed files with 5 additions and 5 deletions Side-by-side Diff

... ... @@ -38,7 +38,7 @@
38 38 30,361,327 445,160 start_kernel
39 39  
40 40 config BOOTSTAGE_USER_COUNT
41   - hex "Number of boot ID numbers available for user use"
  41 + int "Number of boot ID numbers available for user use"
42 42 default 20
43 43 help
44 44 This is the number of available user bootstage records.
configs/sandbox_defconfig
... ... @@ -7,7 +7,7 @@
7 7 CONFIG_SPL_LOAD_FIT=y
8 8 CONFIG_BOOTSTAGE=y
9 9 CONFIG_BOOTSTAGE_REPORT=y
10   -CONFIG_BOOTSTAGE_USER_COUNT=0x20
  10 +CONFIG_BOOTSTAGE_USER_COUNT=32
11 11 CONFIG_BOOTSTAGE_FDT=y
12 12 CONFIG_BOOTSTAGE_STASH=y
13 13 CONFIG_BOOTSTAGE_STASH_ADDR=0x0
configs/sandbox_flattree_defconfig
... ... @@ -7,7 +7,7 @@
7 7 CONFIG_SPL_LOAD_FIT=y
8 8 CONFIG_BOOTSTAGE=y
9 9 CONFIG_BOOTSTAGE_REPORT=y
10   -CONFIG_BOOTSTAGE_USER_COUNT=0x20
  10 +CONFIG_BOOTSTAGE_USER_COUNT=32
11 11 CONFIG_BOOTSTAGE_FDT=y
12 12 CONFIG_BOOTSTAGE_STASH=y
13 13 CONFIG_BOOTSTAGE_STASH_ADDR=0x0
configs/sandbox_noblk_defconfig
... ... @@ -6,7 +6,7 @@
6 6 CONFIG_SPL_LOAD_FIT=y
7 7 CONFIG_BOOTSTAGE=y
8 8 CONFIG_BOOTSTAGE_REPORT=y
9   -CONFIG_BOOTSTAGE_USER_COUNT=0x20
  9 +CONFIG_BOOTSTAGE_USER_COUNT=32
10 10 CONFIG_BOOTSTAGE_FDT=y
11 11 CONFIG_BOOTSTAGE_STASH=y
12 12 CONFIG_BOOTSTAGE_STASH_ADDR=0x0
configs/sandbox_spl_defconfig
... ... @@ -12,7 +12,7 @@
12 12 CONFIG_SPL_LOAD_FIT=y
13 13 CONFIG_BOOTSTAGE=y
14 14 CONFIG_BOOTSTAGE_REPORT=y
15   -CONFIG_BOOTSTAGE_USER_COUNT=0x20
  15 +CONFIG_BOOTSTAGE_USER_COUNT=32
16 16 CONFIG_BOOTSTAGE_FDT=y
17 17 CONFIG_BOOTSTAGE_STASH=y
18 18 CONFIG_BOOTSTAGE_STASH_ADDR=0x0