commit | 0eeb1c700030acc1d2dc7d52c3dc2f0badf87170 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 13 22:57:33 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:11:48 2022 -0400 |
tree | d76198cbf506256b278cd77778b6353cb8019387 | |
parent | 31ab6a1b763076b81bf279e105805d0e21399946 [diff] |
Convert CONFIG_ENV_RANGE to Kconfig This converts the following to Kconfig: CONFIG_ENV_RANGE Now that this is in Kconfig we can enforce a minimum size and so remove the check in C code to ensure range is larger than size. Signed-off-by: Tom Rini <trini@konsulko.com>