mirror of
https://xff.cz/git/u-boot/
synced 2025-12-31 06:27:11 +01:00
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>