X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fvideo%2Fmx3fb.c;h=176ae70b7ceef299753506838e5f9a2a1e760134;hb=cf8dcc5d02c32173b74bf1b7600dd2b990a90b13;hp=3f10d5c2d929b4e6233ad852d9e0c800f9e2835e;hpb=80cd58b99e8690b05e8537dbf76276e24fcfa652;p=oweals%2Fu-boot.git diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c index 3f10d5c2d9..176ae70b7c 100644 --- a/drivers/video/mx3fb.c +++ b/drivers/video/mx3fb.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2009 * Guennadi Liakhovetski, DENX Software Engineering, * Copyright (C) 2011 * HALE electronic GmbH, - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include @@ -12,7 +11,7 @@ #include #include -#include +#include #include #include "videomodes.h" @@ -344,8 +343,6 @@ union chan_param_mem { struct chan_param_mem_interleaved ip; }; -DECLARE_GLOBAL_DATA_PTR; - /* graphics setup */ static GraphicDevice panel; static struct ctfb_res_modes *mode; @@ -816,7 +813,7 @@ void *video_hw_init(void) videomode = CONFIG_SYS_DEFAULT_VIDEO_MODE; /* get video mode via environment */ - penv = getenv("videomode"); + penv = env_get("videomode"); if (penv) { /* decide if it is a string */ if (penv[0] <= '9') {