commit | 80e5d4dd4e5157ee14e34ae057ad124124160b0c | [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 | 38e79740ee63a09032c60fcd50d4e9cf2267ae26 [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>