Correct SPL use of PANEL

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_PANEL defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-02-05 17:54:44 -07:00 committed by Tom Rini
parent 68be8d95de
commit ba490b251c

View file

@ -615,7 +615,7 @@ static int ipuv3_video_probe(struct udevice *dev)
if (ret < 0)
return ret;
#endif
if (CONFIG_IS_ENABLED(PANEL)) {
if (IS_ENABLED(CONFIG_PANEL)) {
struct udevice *panel_dev;
ret = uclass_get_device(UCLASS_PANEL, 0, &panel_dev);