mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02: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>