commit | 5a0e275cbbc4f462495e9a7e04acf0f6bfbd13c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 22 05:05:24 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:04 2017 -0400 |
tree | 54167c15091edfcf51f6e4058218637e9c46a28a | |
parent | c87dc38d8f860710f5f624d9dae6cefded285b8d [diff] |
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>