mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-02 19:31:01 +02:00
This file was using IS_ENABLED() to test for CONFIG flags but omitted the CONFIG_ prefix and so did not work as expected. Signed-off-by: Tom Rini <trini@konsulko.com>