commit | b5011912682a00d4b96244e9c9076d0dc9e6549e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 05 19:49:48 2017 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Sep 16 14:57:44 2017 +0800 |
tree | 0994a77748a28c3b27878a7acb2f5d38a386ab32 | |
parent | 471919d2ce665369f00041d8de87c114d1790abc [diff] |
bootstage: Drop unused options The CONFIG_BOOTSTAGE_USER_COUNT option is no-longer needed since we can now support any number of user IDs. Also BOOTSTAGE_ID_COUNT is not needed now. Drop these unused options. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>