commit | 23aa0502a4b9a60156809cd27baf7e9016d1be56 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Tue Jan 24 15:56:16 2023 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jan 27 18:32:00 2023 +0100 |
tree | 0de28c8f3812fe35f3dcf8d25554dface35d8555 | |
parent | 8dbd0a0f8e4c59c4fa705585ee2d552acdc5bdb2 [diff] |
eficonfig: increase the number of menu entries Current eficonfig has the maximum number of menu entries and it is 99. If there are more EFI load options and files in the system, eficonfig can not handle it. This commit increases this maximum number of menu entries to INT_MAX. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>