commit | 5d7dea14007bc41b8984a7881bf1686d7030f644 | [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 | 5c3f6a320678d64c9fa0c42755488822a033b567 [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>