X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Ftizen%2Ftizen.c;h=916b2597569cc205ef5a39329f3e6417b3f85c15;hb=789ddde11326a5afc64e8ccad5b3fc2694005afc;hp=814ed18329e01e5c7000344c795dab52c719ccea;hpb=e7538fee991308c16f76f7eca2517089f2a30ff4;p=oweals%2Fu-boot.git diff --git a/lib/tizen/tizen.c b/lib/tizen/tizen.c index 814ed18329..916b259756 100644 --- a/lib/tizen/tizen.c +++ b/lib/tizen/tizen.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2012 Samsung Electronics * Donghwa Lee - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -12,6 +11,7 @@ #include "tizen_logo_16bpp.h" #include "tizen_logo_16bpp_gzip.h" +#ifdef CONFIG_LCD void get_tizen_logo_info(vidinfo_t *vid) { switch (vid->vl_bpix) { @@ -31,3 +31,4 @@ void get_tizen_logo_info(vidinfo_t *vid) break; } } +#endif