diff options
Diffstat (limited to 'board/freescale/mx53loco/mx53loco_video.c')
-rw-r--r-- | board/freescale/mx53loco/mx53loco_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53loco/mx53loco_video.c b/board/freescale/mx53loco/mx53loco_video.c index bc5e8a9d3e..5fb0f04387 100644 --- a/board/freescale/mx53loco/mx53loco_video.c +++ b/board/freescale/mx53loco/mx53loco_video.c @@ -92,7 +92,7 @@ void setup_iomux_lcd(void) int board_video_skip(void) { int ret; - char const *e = getenv("panel"); + char const *e = env_get("panel"); if (e) { if (strcmp(e, "seiko") == 0) { |