]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Correct SPL_SIZE_LIMIT Kconfig option
authorTom Rini <trini@konsulko.com>
Sat, 8 Jun 2019 00:39:32 +0000 (20:39 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 8 Jun 2019 11:49:00 +0000 (07:49 -0400)
commitbf87a94b804100ebb34ea69fde306d780d127258
treee907dc7eae18705faf78cbfcb21bbf851b6629c9
parentd06dbd67ce8b5950cfcd011e6f6f9d629f89baae
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: b22a6d720d1a ("spl: add overall SPL size check")
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig