commit | 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 07 20:39:32 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Jun 08 07:49:00 2019 -0400 |
tree | e907dc7eae18705faf78cbfcb21bbf851b6629c9 | |
parent | a56149dd97feb1674009bd21b214f0d2b5f6e2ed [diff] |
spl: Correct SPL_SIZE_LIMIT Kconfig option When introduced this limit was an int but was then changed to hex without noting as much in the prompt nor changing existing users. Put this back to an int. Reported-by: Fabio Estevam <festevam@gmail.com> Tested-by: Fabio Estevam <festevam@gmail.com> Fixes: 2577015dc5c4 ("spl: add overall SPL size check") Signed-off-by: Tom Rini <trini@konsulko.com>