cmd: mvebu/bubt: Correct usage of IS_ENABLED() macro
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:18 +0000 (14:31 -0600)
committerStefan Roese <sr@denx.de>
Wed, 16 Apr 2025 06:05:15 +0000 (08:05 +0200)
commitf606cddb4aa320e9e43b1d4cce65bdbc11feadaf
tree0e03d79d41b6e3ad3b5e0bb4ef3887e6428099af
parentf9868d71faa9f431b9ca3465358c9f70707fc9c6
cmd: mvebu/bubt: Correct usage of IS_ENABLED() macro

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>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/mvebu/bubt.c