diff options
Diffstat (limited to 'board/freescale/mx51evk/mx51evk_video.c')
-rw-r--r-- | board/freescale/mx51evk/mx51evk_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx51evk/mx51evk_video.c b/board/freescale/mx51evk/mx51evk_video.c index 86ec7508db..cc2c855b88 100644 --- a/board/freescale/mx51evk/mx51evk_video.c +++ b/board/freescale/mx51evk/mx51evk_video.c @@ -76,7 +76,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, "claa") == 0) { |